org.apache.commons.graph.exception
Class CycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.commons.graph.exception.GraphException
                  extended by org.apache.commons.graph.exception.CycleException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CircularDependencyException

public class CycleException
extends GraphException

Description of the Class

See Also:
Serialized Form

Constructor Summary
CycleException()
          Constructor for the CycleException object
CycleException(java.lang.String msg)
          Constructor for the CycleException object
CycleException(java.lang.Throwable cause)
          Constructor for the CycleException object
 
Method Summary
 
Methods inherited from class org.apache.commons.graph.exception.GraphException
getCause, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CycleException

public CycleException()
Constructor for the CycleException object


CycleException

public CycleException(java.lang.String msg)
Constructor for the CycleException object

Parameters:
msg -

CycleException

public CycleException(java.lang.Throwable cause)
Constructor for the CycleException object

Parameters:
cause -