Uses of Interface
org.springframework.boot.webmvc.error.ErrorController
Packages that use ErrorController
Package
Description
Auto-configuration for Spring MVC error handling.
-
Uses of ErrorController in org.springframework.boot.webmvc.autoconfigure.error
Classes in org.springframework.boot.webmvc.autoconfigure.error that implement ErrorControllerModifier and TypeClassDescriptionclass
Abstract base class for error@Controller
implementations.class
Basic global error@Controller
, renderingErrorAttributes
.