Uses of Annotation Interface
org.springframework.web.bind.annotation.ExceptionHandler
Packages that use 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.annotationMethods in org.springframework.web.reactive.result.method.annotation with annotations of type ExceptionHandlerModifier 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.annotationMethods in org.springframework.web.servlet.mvc.method.annotation with annotations of type ExceptionHandlerModifier and TypeMethodDescriptionfinal ResponseEntity<Object>ResponseEntityExceptionHandler.handleException(Exception ex, WebRequest request) Handle all exceptions raised within Spring MVC handling of the request.