public class XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler extends Object implements ErrorHandler
Purpose: Provide a mechanism to swallow all parsing errors
ErrorHandler
Constructor and Description |
---|
XMLSessionConfigLoaderErrorHandler() |
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 ErrorHandler
SAXException
public void error(SAXParseException e) throws SAXException
error
in interface ErrorHandler
SAXException
public void fatalError(SAXParseException e) throws SAXException
fatalError
in interface ErrorHandler
SAXException
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.