Package org.djutils.test
Class TestExceptionTest.TestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.djutils.test.TestExceptionTest.TestException
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - TestExceptionTest
 
Test exception.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionThe default empty constructor.TestException(String message) TestException(String message, Throwable cause) TestException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
TestException
public TestException()The default empty constructor. - 
TestException
- Parameters:
 message- the message to displaycause- the cause of this exception
 - 
TestException
- Parameters:
 message- the message to display
 - 
TestException
- Parameters:
 cause- the cause of this exception
 
 -