exceptionCaught() — netty Function Reference
Architecture documentation for the exceptionCaught() function in LocalTransportThreadModelTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7db1d4d5_b1f1_3200_b2f8_b6807c472b23["exceptionCaught()"] c6804a8c_0e01_672c_fdc2_bb603d65f827["MessageForwarder2"] 7db1d4d5_b1f1_3200_b2f8_b6807c472b23 -->|defined in| c6804a8c_0e01_672c_fdc2_bb603d65f827 f9091750_0f54_bbcf_d1f3_7bb21c9f84d7["exceptionCaught()"] f9091750_0f54_bbcf_d1f3_7bb21c9f84d7 -->|calls| 7db1d4d5_b1f1_3200_b2f8_b6807c472b23 f9091750_0f54_bbcf_d1f3_7bb21c9f84d7["exceptionCaught()"] 7db1d4d5_b1f1_3200_b2f8_b6807c472b23 -->|calls| f9091750_0f54_bbcf_d1f3_7bb21c9f84d7 style 7db1d4d5_b1f1_3200_b2f8_b6807c472b23 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
transport/src/test/java/io/netty/channel/local/LocalTransportThreadModelTest.java lines 514–520
@Override
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
exception.compareAndSet(null, cause);
//System.err.print("[" + Thread.currentThread().getName() + "] ");
//cause.printStackTrace();
super.exceptionCaught(ctx, 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/local/LocalTransportThreadModelTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in transport/src/test/java/io/netty/channel/local/LocalTransportThreadModelTest.java at line 514.
What does exceptionCaught() call?
exceptionCaught() calls 1 function(s): exceptionCaught.
What calls exceptionCaught()?
exceptionCaught() is called by 1 function(s): exceptionCaught.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free