public class NodeException extends Exception
NodeException
is thrown to indicate the state of
either the input node or output node being invalid. Typically
this is thrown if some illegal operation is requested.Constructor and Description |
---|
NodeException(String text)
Constructor for the
NodeException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NodeException(String text)
NodeException
object. This is
given the message to be reported when the exception is thrown.text
- a format string used to present the error message