| Package | Description |
|---|---|
| joptsimple |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
IllegalOptionSpecificationException
Thrown when the option parser is asked to recognize an option with illegal characters in it.
|
(package private) class |
MissingRequiredOptionsException
Thrown when options marked as required are not specified on the command line.
|
(package private) class |
MultipleArgumentsForOptionException
Thrown when asking an
OptionSet for a single argument of an option when many have been specified. |
(package private) class |
OptionArgumentConversionException
Thrown when a problem occurs converting an argument of an option from
String to another type. |
(package private) class |
OptionMissingRequiredArgumentException
Thrown when the option parser discovers options that require an argument, but are missing an argument.
|
(package private) class |
UnavailableOptionException
Thrown when options marked as allowed are specified on the command line, but the options they depend upon are
present/not present.
|
(package private) class |
UnconfiguredOptionException
Thrown when an option parser refers to an option that is not in fact configured already on the parser.
|
(package private) class |
UnrecognizedOptionException
Thrown when the option parser encounters an unrecognized option.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static OptionException |
OptionException.unrecognizedOption(java.lang.String option) |