org.apache.commons.graph.domain.dependency.exception
Class CircularDependencyException

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
                      extended by org.apache.commons.graph.domain.dependency.exception.CircularDependencyException
All Implemented Interfaces:
java.io.Serializable

public class CircularDependencyException
extends CycleException

Description of the Class

See Also:
Serialized Form

Constructor Summary
CircularDependencyException()
          Constructor for the CircularDependencyException object
CircularDependencyException(java.lang.String msg)
          Constructor for the CircularDependencyException object
CircularDependencyException(java.lang.Throwable cause)
          Constructor for the CircularDependencyException 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

CircularDependencyException

public CircularDependencyException()
Constructor for the CircularDependencyException object


CircularDependencyException

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

Parameters:
msg -

CircularDependencyException

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

Parameters:
cause -