Uses of Class
org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver
Packages that use AbstractHandlerExceptionResolver
Package
Description
Provides standard HandlerMapping implementations,
 including abstract base classes for custom implementations.
Support package for annotation-based Servlet MVC controllers.
MVC infrastructure for annotation-based handler method processing, building on the
 
org.springframework.web.method.annotation package.Support package for MVC controllers.
- 
Uses of AbstractHandlerExceptionResolver in org.springframework.web.servlet.handlerSubclasses of AbstractHandlerExceptionResolver in org.springframework.web.servlet.handlerModifier and TypeClassDescriptionclassAbstract base class forHandlerExceptionResolverimplementations that support handling exceptions from handlers of typeHandlerMethod.classHandlerExceptionResolverimplementation that allows for mapping exception class names to view names, either for a set of given handlers or for all handlers in the DispatcherServlet.
- 
Uses of AbstractHandlerExceptionResolver in org.springframework.web.servlet.mvc.annotationModifier and TypeClassDescriptionclassAHandlerExceptionResolverthat uses the@ResponseStatusannotation to map exceptions to HTTP status codes.
- 
Uses of AbstractHandlerExceptionResolver in org.springframework.web.servlet.mvc.method.annotationSubclasses of AbstractHandlerExceptionResolver in org.springframework.web.servlet.mvc.method.annotationModifier and TypeClassDescriptionclassAnAbstractHandlerMethodExceptionResolverthat resolves exceptions through@ExceptionHandlermethods.
- 
Uses of AbstractHandlerExceptionResolver in org.springframework.web.servlet.mvc.supportModifier and TypeClassDescriptionclassThe default implementation of theHandlerExceptionResolverinterface, resolving standard Spring MVC exceptions and translating them to corresponding HTTP status codes.