|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.sf.xframe.ex.CascadingException
net.sf.xframe.ex.XFrameException
Abstract base class for all Exceptions withinf the xframe packages.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
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. |
Methods inherited from class net.sf.xframe.ex.CascadingException |
getCause, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public 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 exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |