public class XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler
Purpose: Provide a mechanism to swallow all parsing errors
ErrorHandler| Constructor and Description | 
|---|
XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
error(org.xml.sax.SAXParseException e)  | 
void | 
fatalError(org.xml.sax.SAXParseException e)  | 
void | 
warning(org.xml.sax.SAXParseException e)  | 
public XMLSessionConfigLoader.XMLSessionConfigLoaderErrorHandler()
public void warning(org.xml.sax.SAXParseException e)
             throws org.xml.sax.SAXException
warning in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXException
public void error(org.xml.sax.SAXParseException e)
           throws org.xml.sax.SAXException
error in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXException
public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXException
fatalError in interface org.xml.sax.ErrorHandlerorg.xml.sax.SAXException