com.bankframe.fe.statemachine.ext.apploaders.sax
Class ParseErrorHandler

java.lang.Object
  extended bycom.bankframe.fe.statemachine.ext.apploaders.sax.ParseErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class ParseErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler

ParseErrorHandle is a simple ErrorHandler for running the sax parse Error messages are output to the ESystem.ERROR and a SAXExceptio is then thrown.

Author:
engineering

Constructor Summary
ParseErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException exception)
          This method logs the exception
 void fatalError(org.xml.sax.SAXParseException exception)
          This method logs fatal error
 void warning(org.xml.sax.SAXParseException exception)
          This method logs the warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseErrorHandler

public ParseErrorHandler()
Method Detail

error

public void error(org.xml.sax.SAXParseException exception)
           throws org.xml.sax.SAXException
This method logs the exception

Specified by:
error in interface org.xml.sax.ErrorHandler
Parameters:
exception -
Throws:
org.xml.sax.SAXException

fatalError

public void fatalError(org.xml.sax.SAXParseException exception)
                throws org.xml.sax.SAXException
This method logs fatal error

Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Parameters:
exception -
Throws:
org.xml.sax.SAXException

warning

public void warning(org.xml.sax.SAXParseException exception)
             throws org.xml.sax.SAXException
This method logs the warning

Specified by:
warning in interface org.xml.sax.ErrorHandler
Parameters:
exception -
Throws:
org.xml.sax.SAXException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.