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 ErrorHandler
SAXException
public void error(SAXParseException exception) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException exception) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © 2006–2018 MyBatis.org. All rights reserved.