public interface ParseEnvironment
Modifier and Type | Method and Description |
---|---|
void |
handleParseException(ParseException e)
Thie method defines how to deal with parse errors
|
void handleParseException(ParseException e) throws ParseException
e
- a ParseException object passed by the parserParseException
- this method may rethrow the ParseException