public class ParserErrorHandler extends Object implements ErrorHandler
| Constructor and Description |
|---|
ParserErrorHandler(List<String> warnings,
List<String> errors)
Instantiates a new parser error handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
error(SAXParseException exception) |
void |
fatalError(SAXParseException exception) |
void |
warning(SAXParseException exception) |
public void warning(SAXParseException exception) throws SAXException
warning in interface ErrorHandlerSAXExceptionpublic void error(SAXParseException exception) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException exception) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2006–2016 MyBatis.org. All rights reserved.