org.apache.avalon.fortress.util.dag
Class CyclicDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.fortress.util.dag.CyclicDependencyException
- All Implemented Interfaces:
- Serializable
public class CyclicDependencyException
- extends 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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CyclicDependencyException
public CyclicDependencyException(String message)
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.