Uses of Class
joptsimple.OptionException

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 a string argument into 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.