org.apache.log4j.xml
Class QpidLog4JConfigurator.QpidLog4JSaxErrorHandler

java.lang.Object
  extended by org.apache.log4j.xml.QpidLog4JConfigurator.QpidLog4JSaxErrorHandler
All Implemented Interfaces:
ErrorHandler
Enclosing class:
QpidLog4JConfigurator

public static class QpidLog4JConfigurator.QpidLog4JSaxErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
QpidLog4JConfigurator.QpidLog4JSaxErrorHandler()
           
 
Method Summary
 void error(SAXParseException e)
           
 void fatalError(SAXParseException e)
           
 void warning(SAXParseException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QpidLog4JConfigurator.QpidLog4JSaxErrorHandler

public QpidLog4JConfigurator.QpidLog4JSaxErrorHandler()
Method Detail

error

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

fatalError

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

warning

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


Licensed to the Apache Software Foundation