Uses of Class
org.springframework.web.method.annotation.ExceptionHandlerMethodResolver
Packages that use ExceptionHandlerMethodResolver 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 ExceptionHandlerMethodResolver in org.springframework.web.servlet.mvc.method.annotation
Methods in org.springframework.web.servlet.mvc.method.annotation that return types with arguments of type ExceptionHandlerMethodResolver Modifier and Type Method Description Map<ControllerAdviceBean,ExceptionHandlerMethodResolver>ExceptionHandlerExceptionResolver. getExceptionHandlerAdviceCache()Return an unmodifiable Map with the@ControllerAdvicebeans discovered in the ApplicationContext.