Package org.apache.catalina.startup
Class ContextConfig.ContextErrorHandler
- java.lang.Object
-
- org.apache.catalina.startup.ContextConfig.ContextErrorHandler
-
- All Implemented Interfaces:
ErrorHandler
- Enclosing class:
- ContextConfig
protected class ContextConfig.ContextErrorHandler extends Object implements ErrorHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedContextErrorHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiderror(SAXParseException exception)voidfatalError(SAXParseException exception)voidwarning(SAXParseException exception)
-
-
-
Method Detail
-
error
public void error(SAXParseException exception)
- Specified by:
errorin interfaceErrorHandler
-
fatalError
public void fatalError(SAXParseException exception)
- Specified by:
fatalErrorin interfaceErrorHandler
-
warning
public void warning(SAXParseException exception)
- Specified by:
warningin interfaceErrorHandler
-
-