| Package | Description |
|---|---|
| me.alidg.errors |
| Modifier and Type | Method and Description |
|---|---|
static WebErrorHandlersBuilder |
WebErrorHandlers.builder(org.springframework.context.MessageSource messageSource)
A nexus to the
WebErrorHandlersBuilder API. |
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withDefaultWebErrorHandler(WebErrorHandler defaultWebErrorHandler)
Represents the default web error handler we're gonna use when all other handlers
refuse to handle an exception.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withErrorHandlers(Collection<WebErrorHandler> webErrorHandlers)
Collection of error handlers to consult when facing a new exception.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withErrorHandlers(WebErrorHandler... webErrorHandlers)
Collection of error handlers to consult when facing a new exception.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withErrorsProperties(ErrorsProperties errorsProperties)
Determines the way we're gonna configure the error handling mechanism.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withExceptionLogger(ExceptionLogger exceptionLogger)
Defines a way to logs exceptions before handling them.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withExceptionRefiner(ExceptionRefiner exceptionRefiner)
Enables us to refine exceptions before kicking off the exception handling procedure.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withFingerprintProvider(FingerprintProvider fingerprintProvider)
Responsible for calculating error fingerprints for handled exceptions.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withPostProcessors(Collection<WebErrorHandlerPostProcessor> webErrorHandlerPostProcessors)
Collection of post processors to call after handling any given exception.
|
WebErrorHandlersBuilder |
WebErrorHandlersBuilder.withPostProcessors(WebErrorHandlerPostProcessor... webErrorHandlerPostProcessors)
Collection of post processors to call after handling any given exception.
|
Copyright © 2019. All rights reserved.