Package ghidra.util
Class ReadOnlyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
ghidra.util.ReadOnlyException
- All Implemented Interfaces:
Serializable
Exception thrown if a method attemps to change an object that is marked as read-only.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ReadOnlyException
public ReadOnlyException()Default constructor -
ReadOnlyException
Constructor- Parameters:
message
- detailed message
-