public abstract class XFrameException extends CascadingException
| Constructor and Description |
|---|
XFrameException(java.lang.String message)
Construct a new
XFrameException instance. |
XFrameException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new
XFrameException instance. |
XFrameException(java.lang.Throwable throwable)
Construct a new
XFrameException instance. |
getCause, printStackTrace, printStackTrace, printStackTracepublic XFrameException(java.lang.String message)
XFrameException instance.message - The detail message for this exception.public XFrameException(java.lang.Throwable throwable)
XFrameException instance.throwable - the root cause of the exceptionpublic XFrameException(java.lang.String message,
java.lang.Throwable throwable)
XFrameException instance.message - The detail message for this exception.throwable - the root cause of the exceptionSubmit a
bug or a
feature.
Created by
xsddoc, a sub project of
xframe, hosted at
http://www.sourceforge.net.