com.ibm.as400.ui.framework
Class XMLErrorHandler

java.lang.Object
  extended by com.ibm.as400.ui.framework.XMLErrorHandler

public class XMLErrorHandler
extends Object


Constructor Summary
Constructor and Description
XMLErrorHandler(String sxml, int headerLineCount)
           
 
Method Summary
Modifier and Type Method and Description
 int error(String filename, int linenumber, int offset, Object key, String message)
           
 ParseException getException()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLErrorHandler

public XMLErrorHandler(String sxml,
                       int headerLineCount)
Method Detail

error

public int error(String filename,
                 int linenumber,
                 int offset,
                 Object key,
                 String message)

getException

public ParseException getException()