| Exception | Description |
|---|---|
| ParseAliasCircularReferenceException |
Exception that occurs when alias chaining is enabled and a circular reference
is encountered
|
| ParseArgumentsIllegalValueException |
Exception thrown when the value for an option is not in a specific set of
allowed values
|
| ParseArgumentsMissingException |
Exception thrown when required arguments are missing
|
| ParseArgumentsUnexpectedException |
Exception that is thrown when a command receives unexpected arguments
|
| ParseCommandMissingException |
Exception that is thrown when no command is specified
|
| ParseCommandUnrecognizedException |
Exception that is thrown when an unrecognized command is supplied
|
| ParseException |
Super class of all command line parsing exceptions
|
| ParseInvalidRestrictionException |
Parser exception that indicates that a declared restriction was invalid
|
| ParseOptionConversionException |
Exception that is thrown when the argument supplied as the value for an
option cannot be converted to the options Java type
|
| ParseOptionGroupException |
A parser exception that relates to a restriction violated where the violation
pertains to some group of options
|
| ParseOptionIllegalValueException |
Exception thrown when the value for an option is not in a specific set of allowed values
|
| ParseOptionMissingException |
Exception that is thrown when a required option is missing
|
| ParseOptionMissingValueException |
Exception that is thrown when an option expects one/more values and no values
are supplied
|
| ParseOptionOutOfRangeException |
Error that indicates that an options value was outside of an acceptable range
|
| ParseOptionUnexpectedException |
Exception thrown if an option is encountered in an unexpected location e.g.
|
| ParseRestrictionViolatedException |
Exception class that indicates that some restriction was violated
|
| ParseTooManyArgumentsException |
Error that is thrown if too many arguments are provided
|
Copyright © 2012–2022. All rights reserved.