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