net.ggtools.grand.exceptions
Class NonExistentNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.ggtools.grand.exceptions.GrandException
              extended by net.ggtools.grand.exceptions.NonExistentNodeException
All Implemented Interfaces:
java.io.Serializable

public class NonExistentNodeException
extends GrandException

Exception raised when trying to process a non existent node.

Author:
Christophe Labouisse
See Also:
Serialized Form

Constructor Summary
NonExistentNodeException()
           
NonExistentNodeException(java.lang.String message)
           
NonExistentNodeException(java.lang.String message, java.lang.Throwable cause)
           
NonExistentNodeException(java.lang.Throwable cause)
           
 
Method Summary
 
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

NonExistentNodeException

public NonExistentNodeException()

NonExistentNodeException

public NonExistentNodeException(java.lang.String message)
Parameters:
message - an explainatory message for the exeception.

NonExistentNodeException

public NonExistentNodeException(java.lang.Throwable cause)
Parameters:
cause - root cause

NonExistentNodeException

public NonExistentNodeException(java.lang.String message,
                                java.lang.Throwable cause)
Parameters:
message - an explainatory message for the exeception.
cause - root cause


Copyright © 2004-2005 ggTools. All Rights Reserved.