Class TestExceptionTest.TestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.djutils.test.TestExceptionTest.TestException
All Implemented Interfaces:
Serializable
Enclosing class:
TestExceptionTest

protected static class TestExceptionTest.TestException extends Exception
Test exception.
See Also:
  • Constructor Details

    • TestException

      public TestException()
      The default empty constructor.
    • TestException

      public TestException(String message, Throwable cause)
      Parameters:
      message - the message to display
      cause - the cause of this exception
    • TestException

      public TestException(String message)
      Parameters:
      message - the message to display
    • TestException

      public TestException(Throwable cause)
      Parameters:
      cause - the cause of this exception