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