Class TestClassMethodFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.antublue.test.engine.exception.TestClassMethodFailedException
-
- All Implemented Interfaces:
Serializable
public class TestClassMethodFailedException extends RuntimeException
Class to implement a generic TestEngineException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestClassMethodFailedException(String message)ConstructorTestClassMethodFailedException(String message, Throwable throwable)ConstructorTestClassMethodFailedException(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
-
TestClassMethodFailedException
public TestClassMethodFailedException(String message)
Constructor- Parameters:
message- message
-
TestClassMethodFailedException
public TestClassMethodFailedException(String message, Throwable throwable)
Constructor- Parameters:
message- messagethrowable- throwable
-
TestClassMethodFailedException
public TestClassMethodFailedException(Throwable throwable)
Constructor- Parameters:
throwable- throwable
-
-