|
|||||||||
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.RunnerException
public final class RunnerException
An exception that may be thrown during the creation or execution of test fixture classes.
FixturesRunner.run(FixturesRunnerConfig)
,
Serialized FormConstructor Summary | |
---|---|
RunnerException()
Create a default RunnerException. |
|
RunnerException(String message)
Create a RunnerException with the given message. |
|
RunnerException(String message,
Throwable cause)
Create a RunnerException with the given message and cause. |
|
RunnerException(Throwable cause)
Create a RunnerException 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 RunnerException()
public RunnerException(String message)
message
- The message of the RunnerException.public RunnerException(Throwable cause)
cause
- The cause of the RunnerException.public RunnerException(String message, Throwable cause)
message
- The message of the RunnerException.cause
- The cause of the RunnerException.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |