Uses of Class
org.springframework.web.method.annotation.ExceptionHandlerMappingInfo
Package
Description
Support classes for annotation-based handler method processing.
-
Uses of ExceptionHandlerMappingInfo in org.springframework.web.method.annotation
Modifier and TypeMethodDescriptionExceptionHandlerMethodResolver.resolveExceptionMapping
(Throwable exception, MediaType mediaType) ExceptionHandlerMethodResolver.resolveExceptionMappingByExceptionType
(Class<? extends Throwable> exceptionType, MediaType mediaType) Find aMethod
to handle the given exception type and media type.