spring-framework / org.springframework.web.servlet.handler / SimpleMappingExceptionResolver / setDefaultErrorView

setDefaultErrorView

open fun setDefaultErrorView(defaultErrorView: String): Unit

Set the name of the default error view. This view will be returned if no specific mapping was found.

Default is none.