salvo.jesus.graph
Class CycleException

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

public class CycleException
extends GraphException

Thrown when a cycle has occured when it is not desired. This is typically thrown by DirectedAcyclicGraphs and Trees.

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

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

CycleException

public CycleException()

CycleException

public CycleException(java.lang.String msg)