Uses of Interface
de.hybris.platform.impex.jalo.ErrorHandler
-
Packages that use ErrorHandler Package Description de.hybris.platform.impex.jalo de.hybris.platform.impex.jalo.cronjob -
-
Uses of ErrorHandler in de.hybris.platform.impex.jalo
Classes in de.hybris.platform.impex.jalo that implement ErrorHandler Modifier and Type Class Description classAlwaysFailErrorHandlerThis handler will always evaluate an negative decision concerning an error, means it will always return withErrorHandler.RESULT.FAIL.Methods in de.hybris.platform.impex.jalo that return ErrorHandler Modifier and Type Method Description ErrorHandlerImporter. getErrorHandler()Gets the usedErrorHandlerinstance for handling exceptions while import.Methods in de.hybris.platform.impex.jalo with parameters of type ErrorHandler Modifier and Type Method Description voidImporter. setErrorHandler(ErrorHandler handler)Sets theErrorHandlerto use while import. -
Uses of ErrorHandler in de.hybris.platform.impex.jalo.cronjob
Classes in de.hybris.platform.impex.jalo.cronjob that implement ErrorHandler Modifier and Type Class Description classCronJobErrorHandlerAnErrorHandlerdesigned forCronJobs.
-