uk.ac.starlink.ttools.filter
Class AssertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
AssertException(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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 - message
e - cause


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.