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, toStringpublic 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)
public List<Recipe> getCircularDependency()
Copyright © 2005–2014. All rights reserved.