| Interface | Description |
|---|---|
| ExceptionConverter |
This class converts input
Throwables into an appropriate
CommandException, throwing InvocationCommandException if
the exception cannot be converted into a friendlier exception. |
| InvokeHandler |
An invoke handler can be registered on a
ParametricBuilder to
listen in on commands being executed. |
| InvokeListener |
Listens to events related to
ParametricBuilder. |
| Class | Description |
|---|---|
| AbstractInvokeListener |
An abstract implementation of
InvokeListener with some
no-operation methods implemented to assist in creating subclasses. |
| ExceptionConverterHelper |
An implementation of an
ExceptionConverter that calls methods
defined in subclasses that have been annotated with
ExceptionMatch. |
| LegacyCommandsHandler |
| Annotation Type | Description |
|---|---|
| ExceptionMatch |
Denotes a match of an exception.
|
Copyright © 2015. All Rights Reserved.