Package org.astrogrid.samp.test
Class TestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.astrogrid.samp.test.TestException
- All Implemented Interfaces:
Serializable
Exception thrown by a failed test.
- Since:
- 18 Jul 2008
- Author:
- Mark Taylor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTestException
(String msg) TestException
(String msg, 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() -
TestException
-
TestException
-
TestException
-