org.apache.catalina.startup
protected class ContextConfig.ContextErrorHandler extends java.lang.Object implements org.xml.sax.ErrorHandler
| Modifier | Constructor and Description |
|---|---|
protected |
ContextConfig.ContextErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
error(org.xml.sax.SAXParseException exception) |
void |
fatalError(org.xml.sax.SAXParseException exception) |
void |
warning(org.xml.sax.SAXParseException exception) |
public void error(org.xml.sax.SAXParseException exception)
error in interface org.xml.sax.ErrorHandlerpublic void fatalError(org.xml.sax.SAXParseException exception)
fatalError in interface org.xml.sax.ErrorHandlerpublic void warning(org.xml.sax.SAXParseException exception)
warning in interface org.xml.sax.ErrorHandlerCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.