public class ValidatingErrorHandler extends Object implements ErrorHandler
SAXException
instead.
This handler is used by the validating parsers of the XMLFactory
.Constructor and Description |
---|
ValidatingErrorHandler() |
Modifier and Type | Method and Description |
---|---|
void |
error(SAXParseException e) |
void |
fatalError(SAXParseException e) |
void |
warning(SAXParseException e) |
public void warning(SAXParseException e) throws SAXException
warning
in interface ErrorHandler
SAXException
public void error(SAXParseException e) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException e) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © 2006–2020 Apache Software Foundation. All rights reserved.