toggle menu
Spring Boot Kotlin API
3.3.11-SNAPSHOT
jvm
switch theme
search in API
spring-boot
/
org.springframework.boot.web.server
/
ErrorPageRegistry
Error
Page
Registry
@
FunctionalInterface
interface
ErrorPageRegistry
Interface for a registry that holds
ErrorPages
.
Author
Phillip Webb
Since
2.0.0
Inheritors
ErrorPageFilter
ConfigurableWebServerFactory
Members
Functions
add
Error
Pages
Link copied to clipboard
abstract
fun
addErrorPages
(
errorPages
:
Array
<
ErrorPage
>
)
Adds error pages that will be used when handling exceptions.