Class IOFatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.softwaremining.logic.exception.CBLException
com.softwaremining.wrappers.exception.IOStatusException
com.softwaremining.wrappers.exception.IOFatalException
- All Implemented Interfaces:
Serializable
fatal exceptions are used for STOPPING the system
- See Also:
-
Constructor Summary
ConstructorDescriptionIOFatalException
(Exception reason, IPersistence owner) IOFatalException
(Exception reason, IPersistence owner, String message) IOFatalException
(String message, IPersistence owner) -
Method Summary
Methods inherited from class com.softwaremining.logic.exception.CBLException
getMessage, getOriginalException, isLogError, printStackTrace, printStackTrace, stackTraceToString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IOFatalException
-
IOFatalException
-
IOFatalException
-