Class TestInitializationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gargoylesoftware.base.testing.TestInitializationFailedException
All Implemented Interfaces:
Serializable

public class TestInitializationFailedException extends RuntimeException
A exception that will be thrown when a test is unable to initialize
Version:
$Revision: 1.4 $
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • enclosedException_

      private final Throwable enclosedException_
  • Constructor Details

    • TestInitializationFailedException

      public TestInitializationFailedException(String message)
      Create an instance
      Parameters:
      message - A message
    • TestInitializationFailedException

      public TestInitializationFailedException(String message, Throwable t)
      Create an instance
      Parameters:
      message - A text message
      t - The throwable that caused the failure
  • Method Details

    • getEnclosedException

      public Throwable getEnclosedException()
      Gets the enclosedException attribute of the TestInitializationFailedException object
      Returns:
      The enclosedException value or null if no exception was specified