org.apache.log4j.xml.examples
Class ReportParserError
java.lang.Object
org.apache.log4j.xml.examples.ReportParserError
- All Implemented Interfaces:
- ErrorHandler
public class ReportParserError
- extends Object
- implements ErrorHandler
This class is needed for validating a log4j.dtd derived XML file.
- Since:
- 0.8.3
- Author:
- Joe Kesselman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportParserError
public ReportParserError()
warning
public void warning(SAXParseException e)
- Specified by:
warning
in interface ErrorHandler
error
public void error(SAXParseException e)
- Specified by:
error
in interface ErrorHandler
fatalError
public void fatalError(SAXParseException e)
- Specified by:
fatalError
in interface ErrorHandler
Copyright 2000-2005 Apache Software Foundation.