anl.aida.util
Class MIFSRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)