java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
omix.util.SilentAbort
- All Implemented Interfaces:
Serializable
public class SilentAbort extends RuntimeException
This runtime exception can be thrown in order to abort
a user operation without causing an error dialog.
SilentAbort is useful if plugin code handles an occurring error by own error dialogs. Then, after showing an error dialog, the user operation can be aborted by throwing a SilentAbort exception. SilentAbort can be used during
SilentAbort is useful if plugin code handles an occurring error by own error dialogs. Then, after showing an error dialog, the user operation can be aborted by throwing a SilentAbort exception. SilentAbort can be used during
- File import and export procedures
- Initialization of network connection
- Since:
- Omix 1.3.11
- Author:
- Dr. Peter Droste, Omix Visualization
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SilentAbort()
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SilentAbort
public SilentAbort()
-