public class InvalidGraph extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
InvalidGraph.Circular
A circular reference has been detected in the graph.
|
static class |
InvalidGraph.MissingDependents
A task cannot be executed because it has no call with all paramaters
added.
|
static class |
InvalidGraph.MultiMethod
A task has more than one method that can fire.
|
static class |
InvalidGraph.ViolatedProvides
When a promise is made that a task will provide an instance, but that
task does not actually add that instance.
|
| Constructor and Description |
|---|
InvalidGraph(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidGraph(String message)
Copyright © 2018. All rights reserved.