public class CircularDependencyException
extends org.osgi.service.blueprint.container.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, toStringCopyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.