com.phoenixst.plexus
public class NoSuchNodeException extends RuntimeException
Graph, but the method cannot provide a
meaningful result or perform its function without one.
Since: 1.0
Version: $Revision: 1.5 $
| Constructor Summary | |
|---|---|
| NoSuchNodeException()
Constructs a new NoSuchNodeException with
null as its detail message and no cause. | |
| NoSuchNodeException(String message)
Constructs a new NoSuchNodeException with the
specified detail message and no cause.
| |
| NoSuchNodeException(Throwable cause)
Constructs a new NoSuchNodeException with the
specified cause.
| |
| NoSuchNodeException(String message, Throwable cause)
Constructs a new NoSuchNodeException with the
specified detail message and cause.
| |
NoSuchNodeException with
null as its detail message and no cause.NoSuchNodeException with the
specified detail message and no cause.
Parameters: message the detail message.
NoSuchNodeException with the
specified cause.
Parameters: cause the cause.
NoSuchNodeException with the
specified detail message and cause.
Parameters: message the detail message. cause the cause.