public class NoSuchNodeException extends RuntimeException
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 and Description |
---|
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. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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.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.