Class XhtmlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.atlassian.confluence.content.render.xhtml.XhtmlException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotResolveResourceIdentifierException,XhtmlParsingException,XhtmlTimeoutException
public class XhtmlException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XhtmlException()XhtmlException(String message)XhtmlException(String message, Throwable cause)This constructor will create a non-localisable XhtmlException.XhtmlException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-