handleException() — netty Function Reference
Architecture documentation for the handleException() function in SocketGatheringWriteTest.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD f192175e_0d79_8a59_dd88_a17ccd3cceee["handleException()"] e3c4dde5_447e_94d7_1383_bf7cde04bd1e["TestServerHandler"] f192175e_0d79_8a59_dd88_a17ccd3cceee -->|defined in| e3c4dde5_447e_94d7_1383_bf7cde04bd1e 215f38e1_7a11_f23d_b6a4_7846a83c5651["handleException()"] 215f38e1_7a11_f23d_b6a4_7846a83c5651 -->|calls| f192175e_0d79_8a59_dd88_a17ccd3cceee 6b4970d7_6c3c_efe6_808d_b1c6ee3ce1ba["exceptionCaught()"] 6b4970d7_6c3c_efe6_808d_b1c6ee3ce1ba -->|calls| f192175e_0d79_8a59_dd88_a17ccd3cceee 215f38e1_7a11_f23d_b6a4_7846a83c5651["handleException()"] f192175e_0d79_8a59_dd88_a17ccd3cceee -->|calls| 215f38e1_7a11_f23d_b6a4_7846a83c5651 style f192175e_0d79_8a59_dd88_a17ccd3cceee fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketGatheringWriteTest.java lines 226–230
@Override
void handleException(ChannelHandlerContext ctx, Throwable cause) {
doneReadingPromise.tryFailure(cause);
super.handleException(ctx, cause);
}
Domain
Subdomains
Defined In
Calls
Called By
Source
Frequently Asked Questions
What does handleException() do?
handleException() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketGatheringWriteTest.java.
Where is handleException() defined?
handleException() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketGatheringWriteTest.java at line 226.
What does handleException() call?
handleException() calls 1 function(s): handleException.
What calls handleException()?
handleException() is called by 2 function(s): exceptionCaught, handleException.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free