public class CircularDependencyException extends ConstructionException
| Constructor and Description |
|---|
CircularDependencyException(List<Recipe> circularDependency) |
CircularDependencyException(String message,
List<Recipe> circularDependency) |
CircularDependencyException(String message,
Throwable cause,
List<Recipe> circularDependency) |
CircularDependencyException(Throwable cause,
List<Recipe> circularDependency) |
| Modifier and Type | Method and Description |
|---|---|
List<Recipe> |
getCircularDependency() |
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeNameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.