Uses of Class
joptsimple.OptionException
Packages that use OptionException
-
Uses of OptionException in joptsimple
Subclasses of OptionException in joptsimpleModifier and TypeClassDescription(package private) class
Thrown when the option parser is asked to recognize an option with illegal characters in it.(package private) class
Thrown when options marked as required are not specified on the command line.(package private) class
Thrown when asking anOptionSet
for a single argument of an option when many have been specified.(package private) class
Thrown when a problem occurs converting an argument of an option fromString
to another type.(package private) class
Thrown when the option parser discovers options that require an argument, but are missing an argument.(package private) class
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
Thrown when an option parser refers to an option that is not in fact configured already on the parser.(package private) class
Thrown when the option parser encounters an unrecognized option.Methods in joptsimple that return OptionExceptionModifier and TypeMethodDescription(package private) static OptionException
OptionException.unrecognizedOption
(String option)