|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionException | |
|---|---|
| joptsimple | |
| Uses of OptionException in joptsimple |
|---|
| Subclasses of OptionException in joptsimple | |
|---|---|
(package private) class |
IllegalOptionClusterException
Thrown when the option parser discovers a cluster of short options in which at least one of the short options can accept arguments. |
(package private) class |
IllegalOptionSpecificationException
Thrown when the option parser is asked to recognize an option with illegal characters in it. |
(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 an option that requires an argument, but that argument is missing. |
(package private) class |
UnrecognizedOptionException
Thrown when the option parser encounters an unrecognized option. |
| Methods in joptsimple that return OptionException | |
|---|---|
(package private) static OptionException |
OptionException.illegalOptionCluster(java.lang.String option)
|
(package private) static OptionException |
OptionException.unrecognizedOption(java.lang.String option)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||