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.

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.

Author:
Ben Bederson
See Also:
Serialized Form

Constructor Summary
ZNodeNotFoundException()
          Constructs a new ZNodeNotFoundException.
ZNodeNotFoundException(java.lang.String msg)
          Constructs a new ZNodeNotFoundException with the given message.
 
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

ZNodeNotFoundException

public ZNodeNotFoundException()
Constructs a new ZNodeNotFoundException.


ZNodeNotFoundException

public ZNodeNotFoundException(java.lang.String msg)
Constructs a new ZNodeNotFoundException with the given message.



Copyright � 2003 by University of Maryland, College Park, MD 20742, USA All rights reserved.