| Package | Description |
|---|---|
| com.ebay.bascomtask.exceptions |
| 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.
|
static class |
InvalidTask.AlreadyAdded
Attempts to add the same POJO task more than once are rejected else the
results would be ambiguous.
|
static class |
InvalidTask.BadParam
Thrown when a task method has a parameter that cannot be processed by the
orchestrator.
|
static class |
InvalidTask.BadReturn
Thrown when a task method has a return type that is neither void nor
boolean.
|
static class |
InvalidTask.NameConflict |
static class |
InvalidTask.NotPublic |
static class |
RuntimeGraphError.Timeout |
Copyright © 2018. All rights reserved.