Apache Tomcat 6.0.53

org.apache.catalina.startup
Class ContextConfig.ContextErrorHandler

java.lang.Object
  extended by org.apache.catalina.startup.ContextConfig.ContextErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler
Enclosing class:
ContextConfig

Deprecated. Unused. Use XmlErrorHandler. Will be removed in Tomcat 7.0.x

@Deprecated
protected class ContextConfig.ContextErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler


Constructor Summary
protected ContextConfig.ContextErrorHandler()
          Deprecated.  
 
Method Summary
 void error(org.xml.sax.SAXParseException exception)
          Deprecated.  
 void fatalError(org.xml.sax.SAXParseException exception)
          Deprecated.  
 void warning(org.xml.sax.SAXParseException exception)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextConfig.ContextErrorHandler

protected ContextConfig.ContextErrorHandler()
Deprecated. 
Method Detail

error

public void error(org.xml.sax.SAXParseException exception)
Deprecated. 
Specified by:
error in interface org.xml.sax.ErrorHandler

fatalError

public void fatalError(org.xml.sax.SAXParseException exception)
Deprecated. 
Specified by:
fatalError in interface org.xml.sax.ErrorHandler

warning

public void warning(org.xml.sax.SAXParseException exception)
Deprecated. 
Specified by:
warning in interface org.xml.sax.ErrorHandler

Apache Tomcat 6.0.53

Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.