@FunctionalInterface
public interface ErrorController
@Controller is used to
render errors. Primarily used to know the error paths that will not need to be secured.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorPath()
Returns the path of the error page.
|