| Package | Description |
|---|---|
| com.hybris.cockpitng.service | |
| com.hybris.cockpitng.service.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExceptionTranslationService
Extension for
ExceptionTranslationHandler, with default implementation of ExceptionTranslationService.canHandle(Throwable)
always return true |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExceptionTranslationHandler |
class |
DefaultExceptionTranslationService
Default implementation of
ExceptionTranslationService, DefaultExceptionTranslationService.toString(Throwable) return message handled by
first handler which can handle or by default handler. |
| Modifier and Type | Method and Description |
|---|---|
ExceptionTranslationHandler |
DefaultExceptionTranslationService.getDefaultHandler() |
| Modifier and Type | Method and Description |
|---|---|
Collection<ExceptionTranslationHandler> |
DefaultExceptionTranslationService.getExceptionHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExceptionTranslationService.setDefaultHandler(ExceptionTranslationHandler defaultHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExceptionTranslationService.setExceptionHandlers(Collection<ExceptionTranslationHandler> exceptionHandlers) |
Copyright © 2018. All rights reserved.