Uses of Interface
de.hybris.platform.impex.jalo.ErrorHandler
Packages that use ErrorHandler
-
Uses of ErrorHandler in de.hybris.platform.impex.jalo
Classes in de.hybris.platform.impex.jalo that implement ErrorHandlerModifier and TypeClassDescriptionclassThis 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 ErrorHandlerModifier and TypeMethodDescriptionImporter.getErrorHandler()Gets the usedErrorHandlerinstance for handling exceptions while import.Methods in de.hybris.platform.impex.jalo with parameters of type ErrorHandlerModifier and TypeMethodDescriptionvoidImporter.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 ErrorHandlerModifier and TypeClassDescriptionclassAnErrorHandlerdesigned forCronJobs.