Package org.apache.xbean.recipe
Class CircularDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.xbean.recipe.ConstructionException
-
- org.apache.xbean.recipe.CircularDependencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class CircularDependencyException extends ConstructionException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Recipe>
circularDependency
-
Constructor Summary
Constructors Constructor Description CircularDependencyException(java.lang.String message, java.lang.Throwable cause, java.util.List<Recipe> circularDependency)
CircularDependencyException(java.lang.String message, java.util.List<Recipe> circularDependency)
CircularDependencyException(java.lang.Throwable cause, java.util.List<Recipe> circularDependency)
CircularDependencyException(java.util.List<Recipe> circularDependency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Recipe>
getCircularDependency()
-
Methods inherited from class org.apache.xbean.recipe.ConstructionException
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeName
-
-
-
-
Field Detail
-
circularDependency
private final java.util.List<Recipe> circularDependency
-
-
Constructor Detail
-
CircularDependencyException
public CircularDependencyException(java.util.List<Recipe> circularDependency)
-
CircularDependencyException
public CircularDependencyException(java.lang.String message, java.util.List<Recipe> circularDependency)
-
CircularDependencyException
public CircularDependencyException(java.lang.String message, java.lang.Throwable cause, java.util.List<Recipe> circularDependency)
-
CircularDependencyException
public CircularDependencyException(java.lang.Throwable cause, java.util.List<Recipe> circularDependency)
-
-
Method Detail
-
getCircularDependency
public java.util.List<Recipe> getCircularDependency()
-
-