Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » xml » examples » [javadoc | source]
org.apache.log4j.xml.examples
public class: ReportParserError [javadoc | source]
java.lang.Object
   org.apache.log4j.xml.examples.ReportParserError

All Implemented Interfaces:
    ErrorHandler

This class is needed for validating a log4j.dtd derived XML file.
Method from org.apache.log4j.xml.examples.ReportParserError Summary:
error,   fatalError,   report,   warning
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.xml.examples.ReportParserError Detail:
 public  void error(SAXParseException e) 
 public  void fatalError(SAXParseException e) 
  void report(String msg,
    SAXParseException e) 
 public  void warning(SAXParseException e)