Log4j 1.1b7

org.apache.log4j.xml.examples
Class ReportParserError

java.lang.Object
  |
  +--org.apache.log4j.xml.examples.ReportParserError
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class ReportParserError
extends Object
implements org.xml.sax.ErrorHandler

This class is needed for validating a log4j.dtd derived XML file.

Since:
0.8.3
Author:
Joe Kesselman

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

Constructor Detail

ReportParserError

public ReportParserError()
Method Detail

warning

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

error

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

fatalError

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

Log4j 1.1b7

Please notify me about new log4j releases.