Package ghidra.program.model.listing
Class ContextChangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ghidra.util.exception.UsrException
ghidra.program.model.listing.ContextChangeException
- All Implemented Interfaces:
Serializable
ContextChangeException
indicates that an illegal change to
program context has been attempted.- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs an ContextChangeException with no detail message.ContextChangeException
(String message) Constructs an ContextChangeException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContextChangeException
public ContextChangeException()Constructs an ContextChangeException with no detail message.
-
ContextChangeException
Constructs an ContextChangeException with the specified detail message.
- Parameters:
message
- The message.
-