net.sf.logdistiller.xml
Class SAXErrorHandler

java.lang.Object
  extended by net.sf.logdistiller.xml.SAXErrorHandler
All Implemented Interfaces:
ErrorHandler

public class SAXErrorHandler
extends Object
implements ErrorHandler


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

Constructor Detail

SAXErrorHandler

public SAXErrorHandler()
Method Detail

error

public void error(SAXParseException spe)
Specified by:
error in interface ErrorHandler

fatalError

public void fatalError(SAXParseException spe)
Specified by:
fatalError in interface ErrorHandler

warning

public void warning(SAXParseException spe)
Specified by:
warning in interface ErrorHandler


Copyright © 2004-2009. All Rights Reserved.