Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.integration |
Modifier and Type | Method and Description |
---|---|
void |
InvokeAppInterface.setErrorHandler(ErrorHandler errorHandler)
If application needs to do error handling it needs to invoke setErrorHandler to pass ErrorHandler
to the framework that would allow application to get back reference to the failed rows;
error message returned by 3party system
|
void |
CommonInterface.setErrorHandler(ErrorHandler errorHandler)
If application needs to do some custom error handling it needs to invoke setDefaultErrorMessage() to setup default
error handling logic and then call setErrorHandler to pass ErrorHandler to the framework that would allow
application to get back reference to the failed rows; error message returned by 3party system and
it can potentially overwride default error message set up by setDefaultErrorMessage
|