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
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXhtmlException
(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
-
Constructor Details
-
XhtmlException
public XhtmlException() -
XhtmlException
-
XhtmlException
-
XhtmlException
This constructor will create a non-localisable XhtmlException.- Parameters:
message
- a non localisable message.cause
-
-