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:
java.io.Serializable
- Direct Known Subclasses:
TimeoutException
public class CancelledException extends UsrException
CancelledException
indicates that the user cancelled the current operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelledException()
Default constructor.CancelledException(java.lang.String msg)
-