Uses of Interface
com.hybris.cockpitng.service.ExceptionTranslationHandler
-
Packages that use ExceptionTranslationHandler Package Description com.hybris.cockpitng.service com.hybris.cockpitng.service.impl -
-
Uses of ExceptionTranslationHandler in com.hybris.cockpitng.service
Subinterfaces of ExceptionTranslationHandler in com.hybris.cockpitng.service Modifier and Type Interface Description interfaceExceptionTranslationServiceExtension forExceptionTranslationHandler, with default implementation ofExceptionTranslationService.canHandle(Throwable)always return true -
Uses of ExceptionTranslationHandler in com.hybris.cockpitng.service.impl
Classes in com.hybris.cockpitng.service.impl that implement ExceptionTranslationHandler Modifier and Type Class Description classDefaultExceptionTranslationHandlerclassDefaultExceptionTranslationServiceDefault implementation ofExceptionTranslationService,DefaultExceptionTranslationService.toString(Throwable)return message handled by first handler which can handle or by default handler.Methods in com.hybris.cockpitng.service.impl that return ExceptionTranslationHandler Modifier and Type Method Description ExceptionTranslationHandlerDefaultExceptionTranslationService. getDefaultHandler()Methods in com.hybris.cockpitng.service.impl that return types with arguments of type ExceptionTranslationHandler Modifier and Type Method Description java.util.Collection<ExceptionTranslationHandler>DefaultExceptionTranslationService. getExceptionHandlers()Methods in com.hybris.cockpitng.service.impl with parameters of type ExceptionTranslationHandler Modifier and Type Method Description voidDefaultExceptionTranslationService. setDefaultHandler(ExceptionTranslationHandler defaultHandler)Method parameters in com.hybris.cockpitng.service.impl with type arguments of type ExceptionTranslationHandler Modifier and Type Method Description voidDefaultExceptionTranslationService. setExceptionHandlers(java.util.Collection<ExceptionTranslationHandler> exceptionHandlers)
-