|
JTR 5.0 API Documentation | |||||||||
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
jtr.test.TestFailedException
public class TestFailedException
This exception is thrown when at least one runner failed during execution.
Constructor Summary | |
---|---|
TestFailedException()
Constructs an exception without a message. |
|
TestFailedException(java.lang.String message)
Constructs an exception with a detailed message. |
|
TestFailedException(java.lang.String message,
java.lang.Throwable root)
Constructs an exception with both a detailed message and a 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 TestFailedException()
public TestFailedException(java.lang.String message)
message
- The message associated with the exception.public TestFailedException(java.lang.String message, java.lang.Throwable root)
message
- root
-
|
The JTR Project is licensed under GPL version 2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |