Package 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:
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
Constructors Constructor Description NonExistentNodeException()
NonExistentNodeException(String message)
NonExistentNodeException(String message, Throwable cause)
NonExistentNodeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NonExistentNodeException
public NonExistentNodeException()
-
NonExistentNodeException
public NonExistentNodeException(String message)
- Parameters:
message
- an explanatory message for the exception.
-
NonExistentNodeException
public NonExistentNodeException(Throwable cause)
- Parameters:
cause
- root cause
-
-