Home / Function/ exceptionCaught() — netty Function Reference

exceptionCaught() — netty Function Reference

Architecture documentation for the exceptionCaught() function in SocketGatheringWriteTest.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  6b4970d7_6c3c_efe6_808d_b1c6ee3ce1ba["exceptionCaught()"]
  724cc093_a524_f1ca_f2d5_4854ba1ad9e7["TestHandler"]
  6b4970d7_6c3c_efe6_808d_b1c6ee3ce1ba -->|defined in| 724cc093_a524_f1ca_f2d5_4854ba1ad9e7
  f192175e_0d79_8a59_dd88_a17ccd3cceee["handleException()"]
  6b4970d7_6c3c_efe6_808d_b1c6ee3ce1ba -->|calls| f192175e_0d79_8a59_dd88_a17ccd3cceee
  style 6b4970d7_6c3c_efe6_808d_b1c6ee3ce1ba fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketGatheringWriteTest.java lines 269–275

        @Override
        public final void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) throws Exception {
            if (exception.compareAndSet(null, cause)) {
                handleException(ctx, cause);
            }
            super.exceptionCaught(ctx, cause);
        }

Domain

Subdomains

Frequently Asked Questions

What does exceptionCaught() do?
exceptionCaught() is a function in the netty codebase, defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketGatheringWriteTest.java.
Where is exceptionCaught() defined?
exceptionCaught() is defined in testsuite/src/main/java/io/netty/testsuite/transport/socket/SocketGatheringWriteTest.java at line 269.
What does exceptionCaught() call?
exceptionCaught() calls 1 function(s): handleException.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free