org.eclipse.persistence.sessions.factories
Class XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
java.lang.Object
org.eclipse.persistence.sessions.factories.XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
- All Implemented Interfaces:
- ErrorHandler
- Enclosing class:
- XMLSessionConfigLoader
public class XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
- extends Object
- implements ErrorHandler
INTERNAL:
Purpose: Provide a mechanism to swallow all parsing errors
- Since:
- TopLink 10.1.3
- Author:
- Guy Pelletier
- See Also:
ErrorHandler
XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
public XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler()
warning
public void warning(SAXParseException e)
throws SAXException
- Specified by:
warning
in interface ErrorHandler
- Throws:
SAXException
error
public void error(SAXParseException e)
throws SAXException
- Specified by:
error
in interface ErrorHandler
- Throws:
SAXException
fatalError
public void fatalError(SAXParseException e)
throws SAXException
- Specified by:
fatalError
in interface ErrorHandler
- Throws:
SAXException