| 
Plexus v0.13.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.phoenixst.plexus.NoSuchNodeException
public class NoSuchNodeException
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.
| 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(String message,
                    Throwable cause)
Constructs a new NoSuchNodeException with the
  specified detail message and cause. | 
|
NoSuchNodeException(Throwable cause)
Constructs a new NoSuchNodeException with the
  specified 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 | 
|---|
public NoSuchNodeException()
NoSuchNodeException with
  null as its detail message and no cause.
public NoSuchNodeException(String message)
NoSuchNodeException with the
  specified detail message and no cause.
message - the detail message.public NoSuchNodeException(Throwable cause)
NoSuchNodeException with the
  specified cause.
cause - the cause.
public NoSuchNodeException(String message,
                           Throwable cause)
NoSuchNodeException with the
  specified detail message and cause.
message - the detail message.cause - the cause.
  | 
Plexus v0.13.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||