Uses of Class
org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Package
Description
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation
package.-
Uses of AbstractHandlerMethodExceptionResolver in org.springframework.web.servlet.mvc.method.annotation
Modifier and TypeClassDescriptionclass
AnAbstractHandlerMethodExceptionResolver
that resolves exceptions through@ExceptionHandler
methods.