org.apache.log4j.xml.examples

Class ReportParserError

Implemented Interfaces:
ErrorHandler

public class ReportParserError
extends java.lang.Object
implements ErrorHandler

This class is needed for validating a log4j.dtd derived XML file.
Author:
Joe Kesselman
Since:
0.8.3

Method Summary

void
error(SAXParseException e)
void
fatalError(SAXParseException e)
void
warning(SAXParseException e)

Method Details

error

public void error(SAXParseException e)

fatalError

public void fatalError(SAXParseException e)

warning

public void warning(SAXParseException e)

Copyright 2000-2002 Apache Software Foundation.