Apache Tomcat 7.0.28

org.apache.catalina.startup
Class XmlErrorHandler

java.lang.Object
  extended by org.apache.catalina.startup.XmlErrorHandler
All Implemented Interfaces:
ErrorHandler

public class XmlErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
XmlErrorHandler()
           
 
Method Summary
 void error(SAXParseException exception)
           
 void fatalError(SAXParseException exception)
           
 Set<SAXParseException> getErrors()
           
 Set<SAXParseException> getWarnings()
           
 void logFindings(Log log, String source)
           
 void warning(SAXParseException exception)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlErrorHandler

public XmlErrorHandler()
Method Detail

error

public void error(SAXParseException exception)
           throws SAXException
Specified by:
error in interface ErrorHandler
Throws:
SAXException

fatalError

public void fatalError(SAXParseException exception)
                throws SAXException
Specified by:
fatalError in interface ErrorHandler
Throws:
SAXException

warning

public void warning(SAXParseException exception)
             throws SAXException
Specified by:
warning in interface ErrorHandler
Throws:
SAXException

getErrors

public Set<SAXParseException> getErrors()

getWarnings

public Set<SAXParseException> getWarnings()

logFindings

public void logFindings(Log log,
                        String source)

Apache Tomcat 7.0.28

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