public class NodeException
extends java.lang.Exception
NodeException
is thrown to indicate the state of
either the input node or output node being invalid. All messages
provided to this exception are formatted in a similar manner to
the PrintStream.printf
method.Constructor and Description |
---|
NodeException(java.lang.String text)
Constructor for the
NodeException object. |