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
- See Also:
- Author:
- Guy Pelletier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Constructor Details
-
XMLSessionConfigLoaderErrorHandler
public XMLSessionConfigLoaderErrorHandler()
-
-
Method Details
-
warning
- Specified by:
warning
in interfaceErrorHandler
- Throws:
SAXException
-
error
- Specified by:
error
in interfaceErrorHandler
- Throws:
SAXException
-
fatalError
- Specified by:
fatalError
in interfaceErrorHandler
- Throws:
SAXException
-