| 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 |
Called before and after a command is invoked for commands executed by a
command created with
ParametricBuilder. |
| 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.