Package | Description |
---|---|
org.springframework.boot.autoconfigure.web.servlet.error |
Auto-configuration for Spring MVC error handling.
|
Class and Description |
---|
AbstractErrorController
Abstract base class for error
@Controller implementations. |
BasicErrorController
Basic global error
@Controller , rendering ErrorAttributes . |
ErrorViewResolver
Interface that can be implemented by beans that resolve error views.
|