Uses of Class
joptsimple.OptionException
Packages that use OptionException
-
Uses of OptionException in joptsimple
Subclasses of OptionException in joptsimpleModifier and TypeClassDescription(package private) classThrown when the option parser is asked to recognize an option with illegal characters in it.(package private) classThrown when options marked as required are not specified on the command line.(package private) classThrown when asking anOptionSetfor a single argument of an option when many have been specified.(package private) classThrown when a problem occurs converting an argument of an option fromStringto another type.(package private) classThrown when the option parser discovers options that require an argument, but are missing an argument.(package private) classThrown when options marked as allowed are specified on the command line, but the options they depend upon are present/not present.(package private) classThrown when an option parser refers to an option that is not in fact configured already on the parser.(package private) classThrown when the option parser encounters an unrecognized option.Methods in joptsimple that return OptionExceptionModifier and TypeMethodDescription(package private) static OptionExceptionOptionException.unrecognizedOption(String option)