|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jdiagnose.exception.NestableException org.jdiagnose.DiagnosticException
A Diagnostic exception. Usually used when a Diagnostic has failed. User: jamie Date: May 29, 2004 Time: 10:32:17 PM
Field Summary |
Fields inherited from class org.jdiagnose.exception.NestableException |
delegate |
Constructor Summary | |
DiagnosticException()
Construct an empty exception |
|
DiagnosticException(java.lang.String message)
Construct an exception with a message |
|
DiagnosticException(java.lang.String message,
java.lang.Throwable throwable)
Construct an exception with a message and nested throwable |
|
DiagnosticException(java.lang.Throwable throwable)
Construct an exception with a nested throwable. |
Methods inherited from class org.jdiagnose.exception.NestableException |
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DiagnosticException()
public DiagnosticException(java.lang.String message)
message
- the messagepublic DiagnosticException(java.lang.String message, java.lang.Throwable throwable)
message
- information about this exceptionthrowable
- a nested exceptionpublic DiagnosticException(java.lang.Throwable throwable)
throwable
- a nested exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |