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
public class AssertException
- extends IOException
IOException which results from the failure of a user-level assertion.
- Since:
- 2 May 2006
- Author:
- Mark Taylor
- See Also:
AssertFilter
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AssertException
public AssertException(String msg)
- Constructs an AssertException with a message.
- Parameters:
msg
- message
AssertException
public AssertException(String msg,
Throwable e)
- Constructs an AssertException with a message and a cause.
- Parameters:
msg
- messagee
- cause
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.