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:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCircularDependencyException
(String message, Throwable cause, List<Recipe> circularDependency) CircularDependencyException
(String message, List<Recipe> circularDependency) CircularDependencyException
(Throwable cause, List<Recipe> circularDependency) CircularDependencyException
(List<Recipe> circularDependency) -
Method Summary
Methods inherited from class org.apache.xbean.recipe.ConstructionException
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeName
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
circularDependency
-
-
Constructor Details
-
CircularDependencyException
-
CircularDependencyException
-
CircularDependencyException
-
CircularDependencyException
-
-
Method Details
-
getCircularDependency
-