|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.commons.test.TestException
A test exception.
Constructor Summary | |
TestException()
Creates a test exception. |
|
TestException(java.lang.String message)
Creates a test exception with a message. |
|
TestException(java.lang.String message,
java.lang.Throwable cause)
Creates a test exception with a message and a nested exception. |
|
TestException(java.lang.Throwable cause)
Creates a test exception with another nested exception that caused this one. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestException()
public TestException(java.lang.String message)
message
- the exception messagepublic TestException(java.lang.Throwable cause)
cause
- the nested exception that caused this onepublic TestException(java.lang.String message, java.lang.Throwable cause)
message
- the exception messagecause
- the nested exception that caused this one
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |