com.ibm.as400.ui.framework
Class XMLSAXErrorHandler

java.lang.Object
  extended by com.ibm.as400.ui.framework.XMLSAXErrorHandler
All Implemented Interfaces:
ErrorHandler

public class XMLSAXErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
Constructor and Description
XMLSAXErrorHandler(String sxml, int headerLineCount)
           
 
Method Summary
Modifier and Type Method and Description
 void error(SAXParseException spe)
           
 void fatalError(SAXParseException spe)
           
 ParseException getException()
           
 void warning(SAXParseException spe)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLSAXErrorHandler

public XMLSAXErrorHandler(String sxml,
                          int headerLineCount)
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

getException

public ParseException getException()