public class ReadOnlyException
extends java.lang.RuntimeException
ReadOnlyException is thrown when clients attempt
to modify a TextBuffer instance marked as read only. | Constructor and Description |
|---|
ReadOnlyException()
Creates a new instance of an
ReadOnlyException. |
ReadOnlyException(java.lang.String message)
Creates a new instance of an
ReadOnlyException. |