com.atlassian.confluence.content.render.xhtml
Class XhtmlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -


Copyright © 2003–2015 Atlassian. All rights reserved.