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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CancelledException
public CancelledException()Default constructor. Message indicates 'Operation cancelled'. -
CancelledException
-