fr.improve.xdi
Interface IntegrateErrorHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
DefaultIntegrateErrorHandler

public interface IntegrateErrorHandler
extends java.io.Serializable

Interface to implement for handling integration process error

Author:
Sébastien Letélié

Method Summary
 boolean continueAfterDecodeException(DecodeException in_exception)
           
 void decodeError(DecodeException in_exception, org.w3c.dom.Document in_document, int in_lineNumber)
           
 void fatalError(java.lang.Throwable in_exception, org.w3c.dom.Document in_document, int in_lineNumber)
           
 void integrateError(IntegrateException in_exception, org.w3c.dom.Document in_document, int in_lineNumber)
           
 void saveError(EnterpriseContextException in_exception, org.w3c.dom.Document in_document, java.lang.Object in_obj, int in_lineNumber)
           
 void setLogName(java.lang.String in_name)
           
 void validateError(org.apache.xerces.dom3.DOMError in_error, org.w3c.dom.Document in_document, int in_lineNumber)
           
 

Method Detail

setLogName

public void setLogName(java.lang.String in_name)
Parameters:
in_name -

validateError

public void validateError(org.apache.xerces.dom3.DOMError in_error,
                          org.w3c.dom.Document in_document,
                          int in_lineNumber)
                   throws org.xml.sax.SAXException
Parameters:
in_error -
in_document -
Throws:
org.xml.sax.SAXException

fatalError

public void fatalError(java.lang.Throwable in_exception,
                       org.w3c.dom.Document in_document,
                       int in_lineNumber)
                throws org.xml.sax.SAXException
Parameters:
in_exception -
in_document -
Throws:
org.xml.sax.SAXException

saveError

public void saveError(EnterpriseContextException in_exception,
                      org.w3c.dom.Document in_document,
                      java.lang.Object in_obj,
                      int in_lineNumber)
               throws org.xml.sax.SAXException
Parameters:
in_exception -
in_document -
Throws:
org.xml.sax.SAXException

continueAfterDecodeException

public boolean continueAfterDecodeException(DecodeException in_exception)
Parameters:
in_exception -

decodeError

public void decodeError(DecodeException in_exception,
                        org.w3c.dom.Document in_document,
                        int in_lineNumber)
                 throws org.xml.sax.SAXException
Parameters:
in_exception -
in_document -
Throws:
org.xml.sax.SAXException

integrateError

public void integrateError(IntegrateException in_exception,
                           org.w3c.dom.Document in_document,
                           int in_lineNumber)
                    throws org.xml.sax.SAXException
Parameters:
in_exception -
in_document -
Throws:
org.xml.sax.SAXException


Copyright © 2004-2005 Improve. All Rights Reserved.