public interface ErrorHandler
ErrorHandler is used for evaluating an ImpEx error and finding an decision concerning the further
processing. Currently it is used for processing an import using the Importer class.| Modifier and Type | Interface and Description |
|---|---|
static class |
ErrorHandler.RESULT
Enumeration of possible results when processing ImpEx errors.
|
| Modifier and Type | Method and Description |
|---|---|
ErrorHandler.RESULT |
handleError(ImpExException exception,
ImpExReader reader)
Evaluated the given error and finds a decision concerning the further ImpEx processing.
|
ErrorHandler.RESULT handleError(ImpExException exception, ImpExReader reader)
exception - the ImpEx error occurred while ImpEx processreader - the input reader instance for getting further informations of the current processCopyright © 2018 SAP SE. All Rights Reserved.