| Class | Description |
|---|---|
| ParameterData |
Describes a parameter in detail.
|
| ParametricBuilder |
Creates
CommandCallables from methods in an object that have been
annotated with Command. |
| Exception | Description |
|---|---|
| MissingParameterException |
Thrown when there is a missing parameter.
|
| ParameterException |
Thrown if there is an error with a parameter.
|
| ParametricException |
Thrown if the
ParametricBuilder can't build commands from
an object for whatever reason. |
| UnconsumedParameterException |
Thrown when there are leftover parameters that were not consumed, particular in the
case of the user providing too many parameters.
|
Copyright © 2015. All Rights Reserved.