Package jargs.gnu.exception

Exception Summary
IllegalOptionValueException Thrown when an illegal or missing value is given by the user for an option that takes a value.
NotFlagException Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one or more requires a value.
OptionException Base class for exceptions that may be thrown when options are parsed
UnknownOptionException Thrown when the parsed command-line contains an option that is not recognised.
UnknownSuboptionException Thrown when the parsed commandline contains multiple concatenated short options, such as -abcd, where one is unknown