static class |
CommandLine.DuplicateOptionAnnotationsException |
Exception indicating that multiple fields have been annotated with the same Option name.
|
static class |
CommandLine.ExecutionException |
Exception indicating a problem while invoking a command or subcommand.
|
static class |
CommandLine.InitializationException |
Exception indicating a problem during CommandLine initialization.
|
static class |
CommandLine.MaxValuesforFieldExceededException |
Exception indicating that more values were specified for an option or parameter than its arity allows.
|
static class |
CommandLine.MissingParameterException |
Exception indicating that a required parameter was not specified.
|
static class |
CommandLine.MissingTypeConverterException |
|
static class |
CommandLine.OverwrittenOptionException |
Exception indicating that an option for a single-value option field has been specified multiple times on the command line.
|
static class |
CommandLine.ParameterException |
Exception indicating something went wrong while parsing command line options.
|
static class |
CommandLine.ParameterIndexGapException |
|
static class |
CommandLine.TypeConversionException |
|
static class |
CommandLine.UnmatchedArgumentException |
|