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

Constructor Index

 o NodeException()
 o NodeException(String)

Constructors

 o NodeException
 public NodeException()
 o NodeException
 public NodeException(String s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index