net.ggtools.grand.exceptions
Class NonExistentNodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.ggtools.grand.exceptions.GrandException
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
| 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 |
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.