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 CancelledExceptionindicates that the user cancelled the current operation.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CancelledException()Default constructor.CancelledException(java.lang.String msg)
 
-