| Package | Description |
|---|---|
| me.alidg.errors | |
| me.alidg.errors.conf |
| Modifier and Type | Method and Description |
|---|---|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withPostProcessors(WebErrorHandlerPostProcessor... webErrorHandlerPostProcessors)
Collection of post processors to call after handling any given exception.
|
| Modifier and Type | Method and Description |
|---|---|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withPostProcessors(Collection<WebErrorHandlerPostProcessor> webErrorHandlerPostProcessors)
Collection of post processors to call after handling any given exception.
|
| Modifier and Type | Method and Description |
|---|---|
WebErrorHandlers |
ErrorsAutoConfiguration.webErrorHandlers(org.springframework.context.MessageSource messageSource,
List<WebErrorHandler> customHandlers,
WebErrorHandler defaultWebErrorHandler,
ExceptionRefiner exceptionRefiner,
ExceptionLogger exceptionLogger,
List<WebErrorHandlerPostProcessor> webErrorHandlerPostProcessors,
FingerprintProvider fingerprintProvider,
ErrorsProperties errorsProperties,
org.springframework.context.ApplicationContext context)
Registers a bean of type
WebErrorHandlers (If not provided by the user) filled with a set of
built-in WebErrorHandlers, a set of custom WebErrorHandlers and a default fallback
WebErrorHandler. |
Copyright © 2019. All rights reserved.