oracle.jdeveloper.jot
Class JotInvalidElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.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
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 |
JotInvalidElementException
public JotInvalidElementException()
Copyright © 1997, 2004, Oracle. All rights reserved.