Uses of Annotation Interface
org.springframework.web.bind.annotation.ExceptionHandler
Package
Description
Infrastructure for annotation-based handler method processing.
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of ExceptionHandler in org.springframework.web.reactive.result.method.annotation
Modifier and TypeMethodDescriptionfinal reactor.core.publisher.Mono<ResponseEntity<Object>>
ResponseEntityExceptionHandler.handleException
(Exception ex, ServerWebExchange exchange) Handle all exceptions raised within Spring MVC handling of the request . -
Uses of ExceptionHandler in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionfinal ResponseEntity<Object>
ResponseEntityExceptionHandler.handleException
(Exception ex, WebRequest request) Handle all exceptions raised within Spring MVC handling of the request .