All Packages Class Hierarchy This Package Previous Next Index
Class mathbus.NodeException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----mathbus.NodeException
- public class NodeException
- extends RuntimeException
Exception class thrown if invalid nodes are
encountered during an operation.
- See Also:
- Node
-
NodeException()
-
-
NodeException(String)
-
NodeException
public NodeException()
NodeException
public NodeException(String s)
All Packages Class Hierarchy This Package Previous Next Index