Package io.mateu.core.application
Class RestResponseEntityExceptionHandler
java.lang.Object
org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
io.mateu.core.application.RestResponseEntityExceptionHandler
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.MessageSourceAware
@RestControllerAdvice
public class RestResponseEntityExceptionHandler
extends org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
-
Field Summary
Fields inherited from class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.web.reactive.result.method.annotation.ResponseEntityExceptionHandler
createProblemDetail, createResponseEntity, getMessageSource, handleErrorResponseException, handleException, handleExceptionInternal, handleMethodNotAllowedException, handleMissingRequestValueException, handleNotAcceptableStatusException, handleResponseStatusException, handleServerErrorException, handleServerWebInputException, handleUnsatisfiedRequestParameterException, handleUnsupportedMediaTypeStatusException, handleWebExchangeBindException, setMessageSource
-
Constructor Details
-
RestResponseEntityExceptionHandler
public RestResponseEntityExceptionHandler()
-
-
Method Details
-
handleAll
@ExceptionHandler(java.lang.Exception.class) public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Object>> handleAll(Exception ex, org.springframework.web.server.ServerWebExchange request)
-