Uses of Class
com.github.rvesse.airline.parser.errors.handlers.AbstractCollectingHandler
-
Packages that use AbstractCollectingHandler Package Description com.github.rvesse.airline.parser.errors.handlers -
-
Uses of AbstractCollectingHandler in com.github.rvesse.airline.parser.errors.handlers
Subclasses of AbstractCollectingHandler in com.github.rvesse.airline.parser.errors.handlers Modifier and Type Class Description class
CollectAll
Error handler which collects all the errors for later inspectionclass
FailAll
An error handler which collects all errors during parsing and then fails at the end of parsing
-