ErrorPageRegistry Type — spring-boot Architecture
Architecture documentation for the ErrorPageRegistry type/interface in ErrorPageRegistry.java from the spring-boot codebase.
Entity Profile
Source Code
core/spring-boot/src/main/java/org/springframework/boot/web/error/ErrorPageRegistry.java lines 25–34
@FunctionalInterface
public interface ErrorPageRegistry {
/**
* Adds error pages that will be used when handling exceptions.
* @param errorPages the error pages
*/
void addErrorPages(ErrorPage... errorPages);
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free