|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jtiger.framework.TearDownException
public final class TearDownException
An exception that may be thrown during the tearing down of a test case.
TearDown
,
SetUpTearDown
,
Serialized FormConstructor Summary | |
---|---|
TearDownException()
Create a default TearDownException. |
|
TearDownException(String message)
Create a TearDownException with the given message. |
|
TearDownException(String message,
Throwable cause)
Create a TearDownException with the given message and cause. |
|
TearDownException(Throwable cause)
Create a TearDownException with the given cause. |
Method Summary |
---|
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 TearDownException()
public TearDownException(String message)
message
- The message of the TearDownException.public TearDownException(Throwable cause)
cause
- The cause of the TearDownException.public TearDownException(String message, Throwable cause)
message
- The message of the TearDownException.cause
- The cause of the TearDownException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |