tip.node
Class TreeInvariantException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by tip.node.TreeInvariantException
All Implemented Interfaces:
Serializable

public class TreeInvariantException
extends RuntimeException

Author:
Johnni Winther, jw@brics.dk
See Also:
Serialized Form

Constructor Summary
TreeInvariantException(Node node, String message)
           
 
Method Summary
 Node getNode()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeInvariantException

public TreeInvariantException(Node node,
                              String message)
Method Detail

getNode

public Node getNode()