Class ReadOnlyFileException

All Implemented Interfaces:
Serializable

public class ReadOnlyFileException extends UnsupportedOperationException
Thrown when an attempt to write through a TextFile fails because the file is read-only.
See Also:
  • Constructor Details

    • ReadOnlyFileException

      public ReadOnlyFileException(TextFile textFile)