Package ghidra.util
Class ReadOnlyException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- ghidra.util.ReadOnlyException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class ReadOnlyException extends java.io.IOExceptionException thrown if a method attemps to change an object that is marked as read-only.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ReadOnlyException()Default constructorReadOnlyException(java.lang.String message)Constructor 
 -