Module omix.api
Package omix.util

Class 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
  • File import and export procedures
  • Initialization of network connection
Since:
Omix 1.3.11
Author:
Dr. Peter Droste, Omix Visualization
See Also:
Serialized Form