Uses of Annotation Interface
org.springframework.web.bind.annotation.ExceptionHandler
Packages that use 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
Methods in org.springframework.web.servlet.mvc.method.annotation with annotations of type ExceptionHandlerModifier and TypeMethodDescriptionfinal ResponseEntity<Object>ResponseEntityExceptionHandler.handleException(Exception ex, WebRequest request) Provides handling for standard Spring MVC exceptions.