public class ParserErrorHandler extends Object implements ErrorHandler
Constructor and Description |
---|
ParserErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException saxpe) |
void |
fatalError(SAXParseException saxpe) |
void |
warning(SAXParseException saxpe) |
public void warning(SAXParseException saxpe) throws SAXException
warning
in interface ErrorHandler
SAXException
public void error(SAXParseException saxpe) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException saxpe) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © 2018 Brandao. All rights reserved.