com.gargoylesoftware.base.testing
public class TestInitializationFailedException extends RuntimeException
Version: $Revision: 1.4 $
Field Summary | |
---|---|
Throwable | enclosedException_ |
static long | serialVersionUID |
Constructor Summary | |
---|---|
TestInitializationFailedException(String message)
Create an instance
| |
TestInitializationFailedException(String message, Throwable t)
Create an instance
|
Method Summary | |
---|---|
Throwable | getEnclosedException()
Gets the enclosedException attribute of the
TestInitializationFailedException object
|
Parameters: message A message
Parameters: message A text message t The throwable that caused the failure
Returns: The enclosedException value or null if no exception was specified