org.apache.xbean.recipe
Class CircularDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.xbean.recipe.ConstructionException
                  extended by org.apache.xbean.recipe.CircularDependencyException
All Implemented Interfaces:
Serializable

public class CircularDependencyException
extends ConstructionException

See Also:
Serialized Form

Constructor Summary
CircularDependencyException(List<Recipe> circularDependency)
           
CircularDependencyException(String message, List<Recipe> circularDependency)
           
CircularDependencyException(String message, Throwable cause, List<Recipe> circularDependency)
           
CircularDependencyException(Throwable cause, List<Recipe> circularDependency)
           
 
Method Summary
 List<Recipe> getCircularDependency()
           
 
Methods inherited from class org.apache.xbean.recipe.ConstructionException
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeName
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

CircularDependencyException

public CircularDependencyException(List<Recipe> circularDependency)

CircularDependencyException

public CircularDependencyException(String message,
                                   List<Recipe> circularDependency)

CircularDependencyException

public CircularDependencyException(String message,
                                   Throwable cause,
                                   List<Recipe> circularDependency)

CircularDependencyException

public CircularDependencyException(Throwable cause,
                                   List<Recipe> circularDependency)
Method Detail

getCircularDependency

public List<Recipe> getCircularDependency()


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