Uses of Class
org.springframework.web.servlet.handler.AbstractHandlerMethodExceptionResolver
Packages that use AbstractHandlerMethodExceptionResolver Package Description org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.springframework.web.method.annotationpackage.Uses of AbstractHandlerMethodExceptionResolver in org.springframework.web.servlet.mvc.method.annotation
Subclasses of AbstractHandlerMethodExceptionResolver in org.springframework.web.servlet.mvc.method.annotation Modifier and Type Class Description classExceptionHandlerExceptionResolverAnAbstractHandlerMethodExceptionResolverthat resolves exceptions through@ExceptionHandlermethods.