abstract class AbstractHandlerMethodExceptionResolver : AbstractHandlerExceptionResolver
Abstract base class for org.springframework.web.servlet.HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.
Author
Rossen Stoyanchev
Since
3.1
AbstractHandlerMethodExceptionResolver()
Abstract base class for org.springframework.web.servlet.HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod. |