Class TestClassFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.antublue.test.engine.exception.TestClassFailedException
-
- All Implemented Interfaces:
Serializable
public class TestClassFailedException extends RuntimeException
Class to implement a generic TestEngineException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestClassFailedException(String message)ConstructorTestClassFailedException(String message, Throwable throwable)ConstructorTestClassFailedException(Throwable throwable)Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TestClassFailedException
public TestClassFailedException(String message)
Constructor- Parameters:
message- message
-
TestClassFailedException
public TestClassFailedException(String message, Throwable throwable)
Constructor- Parameters:
message- messagethrowable- throwable
-
TestClassFailedException
public TestClassFailedException(Throwable throwable)
Constructor- Parameters:
throwable- throwable
-
-