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:
  • Constructor Details

    • XhtmlException

      public XhtmlException()
    • XhtmlException

      public XhtmlException(String message)
    • XhtmlException

      public XhtmlException(Throwable cause)
    • XhtmlException

      public XhtmlException(String message, Throwable cause)
      This constructor will create a non-localisable XhtmlException.
      Parameters:
      message - a non localisable message.
      cause -