Package org.xwiki.displayer
Class HTMLDisplayerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xwiki.displayer.HTMLDisplayerException
-
- All Implemented Interfaces:
Serializable
public class HTMLDisplayerException extends Exception
Base exception for the HTML Displayer.- Since:
- 10.11RC1
- Version:
- $Id: c768dbcaff38fe7ae3db9dd7355eeed9137fed91 $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HTMLDisplayerException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HTMLDisplayerException
public HTMLDisplayerException(String message, Throwable cause)
Constructs a new exception with the specified detail message and cause.- Parameters:
message
- the detail message (which is saved for later retrieval by theThrowable.getMessage()
method)cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). A null value is permitted, and indicates that the cause is nonexistent or unknown
-
-