Extension SDK 10.1.2


oracle.javatools.buffer
Class ReadOnlyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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


Copyright © 1997, 2004, Oracle. All rights reserved.