com.gargoylesoftware.base.testing
Class TestInitializationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.base.testing.TestInitializationFailedException
- All Implemented Interfaces:
- java.io.Serializable
public class TestInitializationFailedException
- extends java.lang.RuntimeException
A exception that will be thrown when a test is unable to initialize
- Version:
- $Revision: 1.6 $
- Author:
- Mike Bowler
- See Also:
- Serialized Form
Method Summary |
java.lang.Throwable |
getEnclosedException()
Gets the enclosedException attribute of the
TestInitializationFailedException object |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
enclosedException_
private final java.lang.Throwable enclosedException_
TestInitializationFailedException
public TestInitializationFailedException(java.lang.String message)
- Create an instance
- Parameters:
message
- A message
TestInitializationFailedException
public TestInitializationFailedException(java.lang.String message,
java.lang.Throwable t)
- Create an instance
- Parameters:
message
- A text messaget
- The throwable that caused the failure
getEnclosedException
public java.lang.Throwable getEnclosedException()
- Gets the enclosedException attribute of the
TestInitializationFailedException object
- Returns:
- The enclosedException value or null if no exception was
specified