|
|||||||||
| 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.SetUpException
public final class SetUpException
An exception that may be thrown during the setting up of a test case.
SetUp,
SetUpTearDown,
Serialized Form| Constructor Summary | |
|---|---|
SetUpException()
Create a default SetUpException. |
|
SetUpException(String message)
Create a SetUpException with the given message. |
|
SetUpException(String message,
Throwable cause)
Create a SetUpException with the given message and cause. |
|
SetUpException(Throwable cause)
Create a SetUpException 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 SetUpException()
public SetUpException(String message)
message - The message of the SetUpException.public SetUpException(Throwable cause)
cause - The cause of the SetUpException.
public SetUpException(String message,
Throwable cause)
message - The message of the SetUpException.cause - The cause of the SetUpException.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||