public class ConfigurationErrorHandler extends Object implements ErrorHandler
| Constructor and Description | 
|---|
| ConfigurationErrorHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | error(SAXParseException exception)This method is called when there is an error parsing the configuration file. | 
| void | fatalError(SAXParseException exception)This method is called when there is a fatal error parsing the configuration file. | 
| void | warning(SAXParseException exception)This method is called when there is a warning parsing the configuration file. | 
public void error(SAXParseException exception) throws SAXException
error in interface ErrorHandlerSAXExceptionpublic void fatalError(SAXParseException exception) throws SAXException
fatalError in interface ErrorHandlerSAXExceptionpublic void warning(SAXParseException exception) throws SAXException
warning in interface ErrorHandlerSAXExceptionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.