exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in DefaultChannelPipelineTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 8c52b958_e400_144f_b4f2_e60153ac0d1a["exceptionCaught()"] 2d8ce861_ad36_563f_1e35_44aa023dd70d["SkipHandler"] 8c52b958_e400_144f_b4f2_e60153ac0d1a -->|defined in| 2d8ce861_ad36_563f_1e35_44aa023dd70d 05dea1be_fef2_7de2_ada3_b7592e5b0b77["exceptionCaught()"] 05dea1be_fef2_7de2_ada3_b7592e5b0b77 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a 8cc8db80_1351_a29e_2e96_366cd0b6b11d["exceptionCaught()"] 8cc8db80_1351_a29e_2e96_366cd0b6b11d -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a 15181a20_10b0_ed1d_ba2d_b7b6fd63f770["exceptionCaught()"] 15181a20_10b0_ed1d_ba2d_b7b6fd63f770 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a 48a8e24e_c1b6_dcf1_84e3_ee1660109d73["testThrowInExceptionCaught()"] 48a8e24e_c1b6_dcf1_84e3_ee1660109d73 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a ed76dd35_c621_c934_2ef4_99b1d354644d["testThrowInOtherHandlerAfterInvokedFromExceptionCaught()"] ed76dd35_c621_c934_2ef4_99b1d354644d -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a 731aa04d_219a_75c2_d8e9_f289c284e3c1["testInboundOperationsViaContext()"] 731aa04d_219a_75c2_d8e9_f289c284e3c1 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a d589eba9_eb37_bc4a_d082_85de56f2fcd3["testChannelInitializerException()"] d589eba9_eb37_bc4a_d082_85de56f2fcd3 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a deba62d6_3462_a1bc_35db_bc10d7533744["testAddInListener()"] deba62d6_3462_a1bc_35db_bc10d7533744 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a 742d1502_a015_4367_3664_31df4bc96089["testVoidPromiseNotify()"] 742d1502_a015_4367_3664_31df4bc96089 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a e4c9426c_7f5f_ba0e_83d2_52573298e966["testSkipHandlerMethodsIfAnnotated()"] e4c9426c_7f5f_ba0e_83d2_52573298e966 -->|calls| 8c52b958_e400_144f_b4f2_e60153ac0d1a efa518fa_6013_db47_2344_fe02206b8d91["fail()"] 8c52b958_e400_144f_b4f2_e60153ac0d1a -->|calls| efa518fa_6013_db47_2344_fe02206b8d91 8cc8db80_1351_a29e_2e96_366cd0b6b11d["exceptionCaught()"] 8c52b958_e400_144f_b4f2_e60153ac0d1a -->|calls| 8cc8db80_1351_a29e_2e96_366cd0b6b11d style 8c52b958_e400_144f_b4f2_e60153ac0d1a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java lines 1835–1840
@Skip
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) {
fail();
ctx.fireExceptionCaught(cause);
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does exceptionCaught() do?
exceptionCaught() is a function in the netty codebase, defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in transport/src/test/java/io/netty/channel/DefaultChannelPipelineTest.java at line 1835.
What does exceptionCaught() call?
exceptionCaught() calls 2 function(s): exceptionCaught, fail.
What calls exceptionCaught()?
exceptionCaught() is called by 10 function(s): exceptionCaught, exceptionCaught, exceptionCaught, testAddInListener, testChannelInitializerException, testInboundOperationsViaContext, testSkipHandlerMethodsIfAnnotated, testThrowInExceptionCaught, and 2 more.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free