Package diva.util.jester
Class TestFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- diva.util.jester.TestFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class TestFailedException extends java.lang.Exception
An exception that is thrown when a test produces an incorrect result.- Version:
- $Id$
- Author:
- John Reekie
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestFailedException(java.lang.String message)
Create a new test exception with a detail messageTestFailedException(java.lang.String message, java.lang.Object a)
Create a new test exception with a detail message and one additional object.TestFailedException(java.lang.String message, java.lang.Object a, java.lang.Object b)
Create a new test exception with a detail message and two additional objects.
-
-
-
Constructor Detail
-
TestFailedException
public TestFailedException(java.lang.String message)
Create a new test exception with a detail message
-
TestFailedException
public TestFailedException(java.lang.String message, java.lang.Object a)
Create a new test exception with a detail message and one additional object.
-
TestFailedException
public TestFailedException(java.lang.String message, java.lang.Object a, java.lang.Object b)
Create a new test exception with a detail message and two additional objects.
-
-