com.phoenixst.plexus

Class NoSuchNodeException

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

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.

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.

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