Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.phoenixst.plexus
Class NoSuchNodeException  view NoSuchNodeException download NoSuchNodeException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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 Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NoSuchNodeException()
          Constructs a new NoSuchNodeException with null as its detail message and no cause.
NoSuchNodeException(java.lang.String message)
          Constructs a new NoSuchNodeException with the specified detail message and no cause.
NoSuchNodeException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new NoSuchNodeException with the specified detail message and cause.
NoSuchNodeException(java.lang.Throwable cause)
          Constructs a new NoSuchNodeException with the specified cause.
 
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

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.