Expresso 5-6

com.jcorporate.expresso.core.logging
Class ReportParserError

java.lang.Object
  extended bycom.jcorporate.expresso.core.logging.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
Parameters:
e -

error

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

fatalError

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

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.