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