Serializablepublic class CircularDependencyException extends ConstructionException
| Constructor | Description |
|---|---|
CircularDependencyException(String message,
Throwable cause,
List<Recipe> circularDependency) |
|
CircularDependencyException(String message,
List<Recipe> circularDependency) |
|
CircularDependencyException(Throwable cause,
List<Recipe> circularDependency) |
|
CircularDependencyException(List<Recipe> circularDependency) |
| Modifier and Type | Method | Description |
|---|---|---|
List<Recipe> |
getCircularDependency() |
getAttributeName, getClassName, getMessage, setAttributeName, setClassName, setPrependAttributeNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2005–2018. All rights reserved.