ErrorPage() — spring-boot Function Reference
Architecture documentation for the ErrorPage() function in ErrorPage.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD ceb50e39_12a3_53c8_45a3_31278bc19af6["ErrorPage()"] dbc270f0_10cd_2e53_0338_0393d69daa87["unauthorizedWithErrorPath()"] dbc270f0_10cd_2e53_0338_0393d69daa87 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 e59ccdee_ed4a_7ee4_088d_dc60abccfb51["responseCommitted()"] e59ccdee_ed4a_7ee4_088d_dc60abccfb51 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 ab5d8ad5_8391_0e3a_4154_ca3159cad4a1["responseCommittedWhenFromClientAbortException()"] ab5d8ad5_8391_0e3a_4154_ca3159cad4a1 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 ca720b5d_5aeb_5313_5c67_99f697ae319b["globalError()"] ca720b5d_5aeb_5313_5c67_99f697ae319b -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 2a929cee_f44b_7d5a_b87d_c01c692faf23["statusError()"] 2a929cee_f44b_7d5a_b87d_c01c692faf23 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 69c773d5_5122_b02c_0d63_f95ef53fc116["statusErrorWithCommittedResponse()"] 69c773d5_5122_b02c_0d63_f95ef53fc116 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 37f60d17_dca6_dcb2_0ce7_c66cafcaac62["exceptionError()"] 37f60d17_dca6_dcb2_0ce7_c66cafcaac62 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 a672dd7c_342e_cbff_5398_ca60fa8f7e86["exceptionErrorWithCommittedResponse()"] a672dd7c_342e_cbff_5398_ca60fa8f7e86 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 065bd499_013f_3863_b667_ce165e3dd1d0["subClassExceptionError()"] 065bd499_013f_3863_b667_ce165e3dd1d0 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 d58c9f18_a450_67aa_bd3a_b5485793e69b["responseIsCommittedWhenRequestIsAsyncAndExceptionIsThrown()"] d58c9f18_a450_67aa_bd3a_b5485793e69b -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 c6129923_4e9e_3e74_f6cc_f4c528e82ba3["responseIsCommittedWhenRequestIsAsyncAndStatusIs400Plus()"] c6129923_4e9e_3e74_f6cc_f4c528e82ba3 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 b731a0e0_4d92_5c59_b057_428ab493e9b4["responseIsCommittedWhenExceptionIsThrownDuringAsyncDispatch()"] b731a0e0_4d92_5c59_b057_428ab493e9b4 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 42fdd5a5_3259_6801_9ec2_8e01f9d11b74["responseIsCommittedWhenStatusIs400PlusDuringAsyncDispatch()"] 42fdd5a5_3259_6801_9ec2_8e01f9d11b74 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 31f22bac_a687_414e_a782_a50594267432["errorMessageForRequestWithoutPathInfo()"] 31f22bac_a687_414e_a782_a50594267432 -->|calls| ceb50e39_12a3_53c8_45a3_31278bc19af6 style ceb50e39_12a3_53c8_45a3_31278bc19af6 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
core/spring-boot/src/main/java/org/springframework/boot/web/error/ErrorPage.java lines 39–43
public ErrorPage(String path) {
this.status = null;
this.exception = null;
this.path = path;
}
Domain
Subdomains
Called By
- errorMessageForRequestWithPathInfo()
- errorMessageForRequestWithoutPathInfo()
- exceptionError()
- exceptionErrorWithCommittedResponse()
- globalError()
- responseCommitted()
- responseCommittedWhenFromClientAbortException()
- responseIsCommittedWhenExceptionIsThrownDuringAsyncDispatch()
- responseIsCommittedWhenRequestIsAsyncAndExceptionIsThrown()
- responseIsCommittedWhenRequestIsAsyncAndStatusIs400Plus()
- responseIsCommittedWhenStatusIs400PlusDuringAsyncDispatch()
- servletExceptionIsUnwrapped()
- servletExceptionWithNoCause()
- statusError()
- statusErrorWithCommittedResponse()
- subClassExceptionError()
- unauthorizedWithErrorPath()
Source
Frequently Asked Questions
What does ErrorPage() do?
ErrorPage() is a function in the spring-boot codebase.
What calls ErrorPage()?
ErrorPage() is called by 17 function(s): errorMessageForRequestWithPathInfo, errorMessageForRequestWithoutPathInfo, exceptionError, exceptionErrorWithCommittedResponse, globalError, responseCommitted, responseCommittedWhenFromClientAbortException, responseIsCommittedWhenExceptionIsThrownDuringAsyncDispatch, and 9 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free