java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.phoenixst.plexus.NoSuchNodeException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoSuchNodeException
- extends java.lang.RuntimeException
Thrown by a Graph method when an argument node is not
found in the Graph, but the method cannot provide a
meaningful result or perform its function without one.
- Since:
- 1.0
- Version:
- $Revision: 1.1 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchNodeException
public NoSuchNodeException()
- Constructs a new
NoSuchNodeException with
null as its detail message and no cause.
NoSuchNodeException
public NoSuchNodeException(java.lang.String message)
- Constructs a new
NoSuchNodeException with the
specified detail message and no cause.
NoSuchNodeException
public NoSuchNodeException(java.lang.Throwable cause)
- Constructs a new
NoSuchNodeException with the
specified cause.
NoSuchNodeException
public NoSuchNodeException(java.lang.String message,
java.lang.Throwable cause)
- Constructs a new
NoSuchNodeException with the
specified detail message and cause.