Uses of Class
name.kevinlocke.ultragetopt.CommandLineException

Uses of CommandLineException in name.kevinlocke.ultragetopt
 

Subclasses of CommandLineException in name.kevinlocke.ultragetopt
 class AmbiguousOptionException
          Exception signaling that an option could be matched against multiple accepted options.
 class ExtraArgumentException
          Exception signaling that an option which does not take an argument was given an argument.
 class InvalidOptionException
          Exception signaling that an option was determined to be invalid by the optionEncountered method.
 class MissingArgumentException
          Exception signaling that an option which requires an argument was not given any arguments.
 class UnrecognizedOptionException
          Exception signaling that an option encountered on the command-line was not recognized (not listed in the set of accepted options).