Package com.hybris.cockpitng.service
Interface ExceptionTranslationService
-
- All Superinterfaces:
ExceptionTranslationHandler
- All Known Implementing Classes:
DefaultExceptionTranslationService
public interface ExceptionTranslationService extends ExceptionTranslationHandler
Extension forExceptionTranslationHandler, with default implementation ofcanHandle(Throwable)always return true
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleancanHandle(java.lang.Throwable exception)-
Methods inherited from interface com.hybris.cockpitng.service.ExceptionTranslationHandler
toString
-
-
-
-
Method Detail
-
canHandle
default boolean canHandle(java.lang.Throwable exception)
- Specified by:
canHandlein interfaceExceptionTranslationHandler
-
-