anl.aida.util
Class MIFSRuntimeException

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

public class MIFSRuntimeException
extends java.lang.RuntimeException

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

See Also:
Serialized Form

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

MIFSRuntimeException

public MIFSRuntimeException()

MIFSRuntimeException

public MIFSRuntimeException(java.lang.String s)

MIFSRuntimeException

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

MIFSRuntimeException

public MIFSRuntimeException(java.lang.Throwable throwable)