JTR 5.0 API Documentation

jtr.test
Class TestFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jtr.test.TestFailedException
All Implemented Interfaces:
java.io.Serializable

public class TestFailedException
extends java.lang.RuntimeException

This exception is thrown when at least one runner failed during execution.

Since:
1.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

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

TestFailedException

public TestFailedException()
Constructs an exception without a message.


TestFailedException

public TestFailedException(java.lang.String message)
Constructs an exception with a detailed message.

Parameters:
message - The message associated with the exception.

TestFailedException

public TestFailedException(java.lang.String message,
                           java.lang.Throwable root)
Constructs an exception with both a detailed message and a cause.

Parameters:
message -
root -

The JTR Project is licensed under GPL version 2