|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--edu.umd.cs.jazz.util.ZDanglingReferenceException
Thrown to indicate that a node that was being searched for in the scenegraph was not found.
Warning: Serialized and ZSerialized objects of this class will not be compatible with future Jazz releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Jazz. A future release of Jazz will provide support for long term persistence.
Constructor Summary | |
ZDanglingReferenceException(ZSceneGraphObject origObj)
Constructs a new ZDanglingReferenceException, specifying the object being searched for. |
|
ZDanglingReferenceException(ZSceneGraphObject origObj,
java.lang.String msg)
Constructs a new ZDanglingReferenceException, specifying the node being searched for, and a text message. |
Method Summary | |
ZSceneGraphObject |
getOriginalObject()
Returns the original object being searched for. |
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 |
public ZDanglingReferenceException(ZSceneGraphObject origObj)
origObj
- the scenegraph object being searched for.public ZDanglingReferenceException(ZSceneGraphObject origObj, java.lang.String msg)
origObj
- the scenegraph object being searched for.msg
- a text message.Method Detail |
public ZSceneGraphObject getOriginalObject()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |