|
|||||||||||
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 java.lang.RuntimeException org.jdiagnose.exception.NestableRuntimeException org.jdiagnose.DiagnosticAssertionException
Used by DiagnosticUnit's assert* methods to indicate that an Assertion has failed. User: jamie Date: May 29, 2004 Time: 10:32:17 PM
Field Summary |
Fields inherited from class org.jdiagnose.exception.NestableRuntimeException |
delegate |
Constructor Summary | |
DiagnosticAssertionException()
Construct an empty exception |
|
DiagnosticAssertionException(java.lang.String message)
Construct an exception with a message |
|
DiagnosticAssertionException(java.lang.String message,
java.lang.Throwable throwable)
Construct an exception with a message and nested throwable |
|
DiagnosticAssertionException(java.lang.Throwable throwable)
Construct an exception with a nested throwable. |
Methods inherited from class org.jdiagnose.exception.NestableRuntimeException |
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 DiagnosticAssertionException()
public DiagnosticAssertionException(java.lang.String message)
message
- the messagepublic DiagnosticAssertionException(java.lang.String message, java.lang.Throwable throwable)
message
- information about this exceptionthrowable
- a nested exceptionpublic DiagnosticAssertionException(java.lang.Throwable throwable)
throwable
- a nested exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |