Module com.github.rvesse.airline
Package com.github.rvesse.airline.parser.errors.handlers
-
Interface Summary Interface Description ParserErrorHandler Interface for parser error handlers -
Class Summary Class Description AbstractCollectingHandler CollectAll Error handler which collects all the errors for later inspectionFailAll An error handler which collects all errors during parsing and then fails at the end of parsingFailFast An error handler which fails as soon as a parser error is encountered