Class ExceptionHandlerMappingInfo
java.lang.Object
org.springframework.web.method.annotation.ExceptionHandlerMappingInfo
@ExceptionHandler mapping information. It contains:
 - the supported exception types
- the producible media types, if any
- the method in charge of handling the exception
- Since:
- 6.2
- Author:
- Brian Clozel
- 
Method SummaryModifier and TypeMethodDescriptionReturn the exception types supported by this handler.Return the method responsible for handling the exception.Return the producible media types by this handler.
- 
Method Details- 
getHandlerMethodReturn the method responsible for handling the exception.
- 
getExceptionTypesReturn the exception types supported by this handler.
- 
getProducibleTypesReturn the producible media types by this handler. Can be empty.
 
-