public abstract class AbstractCollectingHandler extends Object implements ParserErrorHandler
| Modifier and Type | Field and Description |
|---|---|
protected List<ParseException> |
errors |
| Constructor and Description |
|---|
AbstractCollectingHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected List<ParseException> |
getCollection() |
void |
handleError(ParseException e)
Handlers an error
|
protected void |
resetCollection() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinishedprotected List<ParseException> errors
public void handleError(ParseException e)
ParserErrorHandlerhandleError in interface ParserErrorHandlere - Errorprotected List<ParseException> getCollection()
protected void resetCollection()
Copyright © 2012–2022. All rights reserved.