Jazz API Documentation

edu.umd.cs.jazz.util
Class ZDanglingReferenceException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--edu.umd.cs.jazz.util.ZDanglingReferenceException
All Implemented Interfaces:
java.io.Serializable

public class ZDanglingReferenceException
extends java.lang.RuntimeException
implements java.io.Serializable

Thrown to indicate that a node that was being searched for in the scenegraph was not found.

See Also:
Serialized Form

Constructor Summary
ZDanglingReferenceException(ZSceneGraphObject origObj)
           
ZDanglingReferenceException(ZSceneGraphObject origObj, java.lang.String msg)
           
 
Method Summary
 ZSceneGraphObject getOriginalObject()
           
 
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

ZDanglingReferenceException

public ZDanglingReferenceException(ZSceneGraphObject origObj)

ZDanglingReferenceException

public ZDanglingReferenceException(ZSceneGraphObject origObj,
                                   java.lang.String msg)
Method Detail

getOriginalObject

public ZSceneGraphObject getOriginalObject()

Jazz API Documentation