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 Summary
Modifier 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
-
getHandlerMethod
Return the method responsible for handling the exception. -
getExceptionTypes
Return the exception types supported by this handler. -
getProducibleTypes
Return the producible media types by this handler. Can be empty.
-