org.apache.avalon.fortress.util.dag
Class CyclicDependencyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.avalon.fortress.util.dag.CyclicDependencyException
All Implemented Interfaces:
java.io.Serializable

public class CyclicDependencyException
extends java.lang.Exception

CyclicDependencyException is thrown any time the DAG verifier finds a cycle.

Version:
CVS $ Revision: 1.1 $
Author:
Avalon Development Team
See Also:
Serialized Form

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

CyclicDependencyException

public CyclicDependencyException(java.lang.String message)


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.