jasi.sim.basic.tree
Class NodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jasi.sim.basic.tree.NodeException
All Implemented Interfaces:
java.io.Serializable

public class NodeException
extends java.lang.RuntimeException

Error while handling nodes.

See Also:
Serialized Form

Constructor Summary
NodeException()
          Constructor for NodeException.
NodeException(java.lang.String message)
          Constructor for NodeException.
NodeException(java.lang.String message, java.lang.Throwable cause)
          Constructor for NodeException.
NodeException(java.lang.Throwable cause)
          Constructor for NodeException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeException

public NodeException()
Constructor for NodeException.


NodeException

public NodeException(java.lang.String message)
Constructor for NodeException.

Parameters:
message -

NodeException

public NodeException(java.lang.String message,
                     java.lang.Throwable cause)
Constructor for NodeException.

Parameters:
message -
cause -

NodeException

public NodeException(java.lang.Throwable cause)
Constructor for NodeException.

Parameters:
cause -