Package ghidra.util

Class ReadOnlyException

All Implemented Interfaces:
Serializable

public class ReadOnlyException extends IOException
Exception thrown if a method attemps to change an object that is marked as read-only.
See Also:
  • Constructor Details

    • ReadOnlyException

      public ReadOnlyException()
      Default constructor
    • ReadOnlyException

      public ReadOnlyException(String message)
      Constructor
      Parameters:
      message - detailed message