public class CircularDependencyException extends ComponentDefinitionException
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() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2015. All rights reserved.