Package ghidra.program.model.util
Class DeletedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ghidra.program.model.util.DeletedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeletedException extends java.lang.Exception
Exception thrown when program object being accessed has been deleted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeletedException()
Constructs a new DeletedException with a default message.DeletedException(java.lang.String msg)
Constructs a new DeletedException with a given message.
-