salvo.jesus.graph
Class IllegalTreeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by salvo.jesus.graph.GraphException
              extended by salvo.jesus.graph.IllegalTreeException
All Implemented Interfaces:
java.io.Serializable

public class IllegalTreeException
extends GraphException

Thrown whenever a Tree becomes malformed as a result of calling a method that is declared on its superinterface but is not supported.

Author:
Jesus M. Salvo Jr.
See Also:
Serialized Form

Constructor Summary
IllegalTreeException()
           
IllegalTreeException(java.lang.String msg)
           
 
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

IllegalTreeException

public IllegalTreeException()

IllegalTreeException

public IllegalTreeException(java.lang.String msg)