Package uk.ac.starlink.ttools.filter
Class AssertException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
uk.ac.starlink.ttools.filter.AssertException
- All Implemented Interfaces:
Serializable
IOException which results from the failure of a user-level assertion.
- Since:
- 2 May 2006
- Author:
- Mark Taylor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssertException
(String msg) Constructs an AssertException with a message.AssertException
(String msg, Throwable e) Constructs an AssertException with a message and a 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
-
AssertException
Constructs an AssertException with a message.- Parameters:
msg
- message
-
AssertException
Constructs an AssertException with a message and a cause.- Parameters:
msg
- messagee
- cause
-