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 ErrorHandlerSAXExceptionpublic void error(SAXParseException e) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException e) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionCopyright © 2006–2022 Apache Software Foundation. All rights reserved.