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, setPrependAttributeName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2005–2020. All rights reserved.