spring-framework / org.springframework.web.servlet.handler / AbstractHandlerMethodExceptionResolver

AbstractHandlerMethodExceptionResolver

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

Constructors

<init>

AbstractHandlerMethodExceptionResolver()

Abstract base class for org.springframework.web.servlet.HandlerExceptionResolver implementations that support handling exceptions from handlers of type HandlerMethod.