Class TestInitializationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.base.testing.TestInitializationFailedException
- All Implemented Interfaces:
Serializable
A exception that will be thrown when a test is unable to initialize
- Version:
- $Revision: 1.4 $
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestInitializationFailedException
(String message) Create an instanceTestInitializationFailedException
(String message, Throwable t) Create an instance -
Method Summary
Modifier and TypeMethodDescriptionGets the enclosedException attribute of the TestInitializationFailedException objectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
enclosedException_
-
-
Constructor Details
-
TestInitializationFailedException
Create an instance- Parameters:
message
- A message
-
TestInitializationFailedException
Create an instance- Parameters:
message
- A text messaget
- The throwable that caused the failure
-
-
Method Details
-
getEnclosedException
Gets the enclosedException attribute of the TestInitializationFailedException object- Returns:
- The enclosedException value or null if no exception was specified
-