Uses of Annotation Interface
org.springframework.web.bind.annotation.ExceptionHandler
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of ExceptionHandler in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeMethodDescriptionfinal ResponseEntity<Object>
ResponseEntityExceptionHandler.handleException
(Exception ex, WebRequest request) Provides handling for standard Spring MVC exceptions.