java.io.Serializable
public class NodeException
extends java.lang.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 | Description |
---|---|
NodeException(java.lang.String text) |
Constructor for the
NodeException object. |