anl.aida.util
Class MIFSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by anl.aida.util.MIFSException
All Implemented Interfaces:
java.io.Serializable

public class MIFSException
extends java.lang.Exception

Exception wrapper class that we can use to throw from callback type functions.

See Also:
Serialized Form

Constructor Summary
MIFSException()
           
MIFSException(java.lang.String s)
           
MIFSException(java.lang.String s, java.lang.Throwable throwable)
           
MIFSException(java.lang.Throwable throwable)
           
 
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

MIFSException

public MIFSException()

MIFSException

public MIFSException(java.lang.String s)

MIFSException

public MIFSException(java.lang.String s,
                     java.lang.Throwable throwable)

MIFSException

public MIFSException(java.lang.Throwable throwable)