See: Description
Interface | Description |
---|---|
ErrorViewResolver |
Interface that can be implemented by beans that resolve error views.
|
Class | Description |
---|---|
AbstractErrorController |
Abstract base class for error
@Controller implementations. |
BasicErrorController |
Basic global error
@Controller , rendering ErrorAttributes . |
DefaultErrorViewResolver |
Default
ErrorViewResolver implementation that attempts to resolve error views
using well known conventions. |
ErrorMvcAutoConfiguration |
Auto-configuration to render errors via an MVC error
controller. |
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration |