Extension SDK

oracle.javatools.buffer
Class ReadOnlyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--oracle.javatools.buffer.ReadOnlyException
All Implemented Interfaces:
java.io.Serializable

public final class ReadOnlyException
extends java.lang.RuntimeException

An ReadOnlyException is thrown when clients attempt to modify a TextBuffer instance marked as read only.

See Also:
Serialized Form

Constructor Summary
ReadOnlyException()
          Creates a new instance of an ReadOnlyException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReadOnlyException

public ReadOnlyException()
Creates a new instance of an ReadOnlyException.

Extension SDK