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 TypeClassDescriptionclassException that occurs when alias chaining is enabled and a circular reference is encounteredclassException thrown when the value for an option is not in a specific set of allowed valuesclassException thrown when required arguments are missingclassException that is thrown when a command receives unexpected argumentsclassException that is thrown when no command is specifiedclassException that is thrown when an unrecognized command is suppliedclassParser exception that indicates that a declared restriction was invalidclassException that is thrown when the argument supplied as the value for an option cannot be converted to the options Java typeclassA parser exception that relates to a restriction violated where the violation pertains to some group of optionsclassException thrown when the value for an option is not in a specific set of allowed valuesclassException that is thrown when a required option is missingclassException that is thrown when an option expects one/more values and no values are suppliedclassError that indicates that an options value was outside of an acceptable rangeclassException thrown if an option is encountered in an unexpected location e.g.classException class that indicates that some restriction was violatedclassError 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 TypeMethodDescriptionvoidAbstractCollectingHandler.handleError(ParseException e) voidFailFast.handleError(ParseException e) voidParserErrorHandler.handleError(ParseException e) Handlers an error