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