salvo.jesus.graph
Class EmptyTreeException

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

public class EmptyTreeException
extends GraphException

Thrown when a Tree is empty and such operations require a non-empty Tree.

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

Constructor Summary
EmptyTreeException()
           
 
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

EmptyTreeException

public EmptyTreeException()