Class DeletedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.program.model.util.DeletedException
All Implemented Interfaces:
Serializable

public class DeletedException extends Exception
Exception thrown when program object being accessed has been deleted.
See Also:
  • Constructor Details

    • DeletedException

      public DeletedException()
      Constructs a new DeletedException with a default message.
    • DeletedException

      public DeletedException(String msg)
      Constructs a new DeletedException with a given message.
      Parameters:
      msg - the message for the exception.