Package ghidra.util.exception
Class CancelledException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.util.exception.CancelledException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TimeoutException
CancelledException indicates that the user cancelled
 the current operation.- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CancelledExceptionpublic CancelledException()Default constructor. Message indicates 'Operation cancelled'.
- 
CancelledException
 
-