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 ErrorHandler
SAXException
public void fatalError(SAXParseException exception) throws SAXException
fatalError
in interface ErrorHandler
SAXException
public void warning(SAXParseException exception) throws SAXException
warning
in interface ErrorHandler
SAXException
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.