@Deprecated public class DefaultExceptionMapper extends BaseExceptionMapper<HandlerInput,Optional<Response>> implements ExceptionMapper
ExceptionHandler
instances in the order they were provided.Modifier and Type | Class and Description |
---|---|
static class |
DefaultExceptionMapper.Builder
Deprecated.
DefaultExceptionMapper Builder.
|
exceptionHandlers
Modifier | Constructor and Description |
---|---|
protected |
DefaultExceptionMapper(List<GenericExceptionHandler<HandlerInput,Optional<Response>>> exceptionHandlers)
Deprecated.
Constructor for DefaultExceptionMapper.
|
Modifier and Type | Method and Description |
---|---|
static DefaultExceptionMapper.Builder |
builder()
Deprecated.
Static method to build an instance of Builder.
|
forTypes, getHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHandler
protected DefaultExceptionMapper(List<GenericExceptionHandler<HandlerInput,Optional<Response>>> exceptionHandlers)
exceptionHandlers
- list of exception handlers.public static DefaultExceptionMapper.Builder builder()
BaseExceptionMapper.Builder
.Copyright © 2023. All rights reserved.