Class AbstractCollectingHandler
java.lang.Object
com.github.rvesse.airline.parser.errors.handlers.AbstractCollectingHandler
- All Implemented Interfaces:
ParserErrorHandler
- Direct Known Subclasses:
CollectAll, FailAll
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<ParseException> voidHandlers an errorprotected voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ParserErrorHandler
finished
-
Field Details
-
errors
-
-
Constructor Details
-
AbstractCollectingHandler
public AbstractCollectingHandler()
-
-
Method Details
-
handleError
Description copied from interface:ParserErrorHandlerHandlers an error- Specified by:
handleErrorin interfaceParserErrorHandler- Parameters:
e- Error
-
getCollection
-
resetCollection
protected void resetCollection()
-