Module com.github.rvesse.airline
Package com.github.rvesse.airline.parser.errors
-
Exception Summary Exception Description ParseAliasCircularReferenceException Exception that occurs when alias chaining is enabled and a circular reference is encounteredParseArgumentsIllegalValueException Exception thrown when the value for an option is not in a specific set of allowed valuesParseArgumentsMissingException Exception thrown when required arguments are missingParseArgumentsUnexpectedException Exception that is thrown when a command receives unexpected argumentsParseCommandMissingException Exception that is thrown when no command is specifiedParseCommandUnrecognizedException Exception that is thrown when an unrecognized command is suppliedParseException Super class of all command line parsing exceptionsParseInvalidRestrictionException Parser exception that indicates that a declared restriction was invalidParseOptionConversionException Exception that is thrown when the argument supplied as the value for an option cannot be converted to the options Java typeParseOptionGroupException A parser exception that relates to a restriction violated where the violation pertains to some group of optionsParseOptionIllegalValueException Exception thrown when the value for an option is not in a specific set of allowed valuesParseOptionMissingException Exception that is thrown when a required option is missingParseOptionMissingValueException Exception that is thrown when an option expects one/more values and no values are suppliedParseOptionOutOfRangeException Error that indicates that an options value was outside of an acceptable rangeParseOptionUnexpectedException Exception thrown if an option is encountered in an unexpected location e.g.ParseRestrictionViolatedException Exception class that indicates that some restriction was violatedParseTooManyArgumentsException Error that is thrown if too many arguments are provided