|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.xbean.recipe.ConstructionException
org.apache.xbean.recipe.CircularDependencyException
public class CircularDependencyException
| 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 |
|---|
public CircularDependencyException(List<Recipe> circularDependency)
public CircularDependencyException(String message,
List<Recipe> circularDependency)
public CircularDependencyException(String message,
Throwable cause,
List<Recipe> circularDependency)
public CircularDependencyException(Throwable cause,
List<Recipe> circularDependency)
| Method Detail |
|---|
public List<Recipe> getCircularDependency()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||