Uses of Class
com.github.rvesse.airline.parser.errors.ParseException
Packages that use ParseException
Package
Description
-
Uses of ParseException in com.github.rvesse.airline.parser
Fields in com.github.rvesse.airline.parser with type parameters of type ParseExceptionMethods in com.github.rvesse.airline.parser that return types with arguments of type ParseExceptionModifier and TypeMethodDescriptionParseResult.getErrors()
Gets the collection of errors that occurred, may be empty if parsing was successfulConstructor parameters in com.github.rvesse.airline.parser with type arguments of type ParseExceptionModifierConstructorDescriptionParseResult
(ParseState<T> state, Collection<ParseException> errors) -
Uses of ParseException in com.github.rvesse.airline.parser.errors
Subclasses of ParseException in com.github.rvesse.airline.parser.errorsModifier and TypeClassDescriptionclass
Exception that occurs when alias chaining is enabled and a circular reference is encounteredclass
Exception thrown when the value for an option is not in a specific set of allowed valuesclass
Exception thrown when required arguments are missingclass
Exception that is thrown when a command receives unexpected argumentsclass
Exception that is thrown when no command is specifiedclass
Exception that is thrown when an unrecognized command is suppliedclass
Parser exception that indicates that a declared restriction was invalidclass
Exception that is thrown when the argument supplied as the value for an option cannot be converted to the options Java typeclass
A parser exception that relates to a restriction violated where the violation pertains to some group of optionsclass
Exception thrown when the value for an option is not in a specific set of allowed valuesclass
Exception that is thrown when a required option is missingclass
Exception that is thrown when an option expects one/more values and no values are suppliedclass
Error that indicates that an options value was outside of an acceptable rangeclass
Exception thrown if an option is encountered in an unexpected location e.g.class
Exception class that indicates that some restriction was violatedclass
Error that is thrown if too many arguments are provided -
Uses of ParseException in com.github.rvesse.airline.parser.errors.handlers
Fields in com.github.rvesse.airline.parser.errors.handlers with type parameters of type ParseExceptionMethods in com.github.rvesse.airline.parser.errors.handlers that return types with arguments of type ParseExceptionModifier and TypeMethodDescriptionprotected List
<ParseException> AbstractCollectingHandler.getCollection()
Methods in com.github.rvesse.airline.parser.errors.handlers with parameters of type ParseExceptionModifier and TypeMethodDescriptionvoid
AbstractCollectingHandler.handleError
(ParseException e) void
FailFast.handleError
(ParseException e) void
ParserErrorHandler.handleError
(ParseException e) Handlers an error