Plexus v0.13.1

com.phoenixst.plexus
Class NoSuchNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.phoenixst.plexus.NoSuchNodeException
All Implemented Interfaces:
Serializable

public class NoSuchNodeException
extends 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.5 $
Author:
Ray A. Conner
See Also:
Serialized Form

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

NoSuchNodeException

public NoSuchNodeException()
Constructs a new NoSuchNodeException with null as its detail message and no cause.


NoSuchNodeException

public NoSuchNodeException(String message)
Constructs a new NoSuchNodeException with the specified detail message and no cause.

Parameters:
message - the detail message.

NoSuchNodeException

public NoSuchNodeException(Throwable cause)
Constructs a new NoSuchNodeException with the specified cause.

Parameters:
cause - the cause.

NoSuchNodeException

public NoSuchNodeException(String message,
                           Throwable cause)
Constructs a new NoSuchNodeException with the specified detail message and cause.

Parameters:
message - the detail message.
cause - the cause.

Plexus v0.13.1

See the Plexus project home, hosted by SourceForge.
Copyright ? 1994-2006, by Phoenix Software Technologists, Inc. and others. All Rights Reserved. Use is subject to license terms.