Extension SDK 9.0.5

oracle.jdeveloper.jot
Class JotInvalidElementException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byoracle.jdeveloper.jot.JotInvalidElementException
All Implemented Interfaces:
java.io.Serializable

public class JotInvalidElementException
extends java.lang.RuntimeException

The Jot system provides accessing clients with proxy objects for each element retrieved. These proxy objects are responsible for locating and utilizing the actual tree objects to fulfill their contracts. Whenever a proxy object is accessed and it no longer represents a valid tree object, it throws a JotInvalidElementException

Certain methods in various interfaces may not actually require locating the live object to fulfill thier method. In these cases the proxy may return a result despite being invalid.

JotInvalidElementException is included in the method signature of all applicable methods for documentation purposes, despite it not being required of RuntimeExceptions

See Also:
Serialized Form

Constructor Summary
JotInvalidElementException()
           
 
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

JotInvalidElementException

public JotInvalidElementException()

Extension SDK

 

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