Jazz API Documentation

edu.umd.cs.jazz.util
Class ZNodeNotFoundException

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

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

ZNodeNotFoundException is an exception that is thrown to indicate that a node that was being searched for in the scenegraph was not found.

See Also:
Serialized Form

Constructor Summary
ZNodeNotFoundException()
           
ZNodeNotFoundException(java.lang.String msg)
           
 
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

ZNodeNotFoundException

public ZNodeNotFoundException()

ZNodeNotFoundException

public ZNodeNotFoundException(java.lang.String msg)

Jazz API Documentation