Home / Function/ exceptionCaught() — netty Function Reference

exceptionCaught() — netty Function Reference

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

Function java Buffer Search calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  f9091750_0f54_bbcf_d1f3_7bb21c9f84d7["exceptionCaught()"]
  5541dc33_efde_3aa6_67b2_db159b8c2440["MessageForwarder1"]
  f9091750_0f54_bbcf_d1f3_7bb21c9f84d7 -->|defined in| 5541dc33_efde_3aa6_67b2_db159b8c2440
  fa42f72d_994c_3545_03ab_d1f9b8b741e9["exceptionCaught()"]
  fa42f72d_994c_3545_03ab_d1f9b8b741e9 -->|calls| f9091750_0f54_bbcf_d1f3_7bb21c9f84d7
  7db1d4d5_b1f1_3200_b2f8_b6807c472b23["exceptionCaught()"]
  7db1d4d5_b1f1_3200_b2f8_b6807c472b23 -->|calls| f9091750_0f54_bbcf_d1f3_7bb21c9f84d7
  7db1d4d5_b1f1_3200_b2f8_b6807c472b23["exceptionCaught()"]
  f9091750_0f54_bbcf_d1f3_7bb21c9f84d7 -->|calls| 7db1d4d5_b1f1_3200_b2f8_b6807c472b23
  style f9091750_0f54_bbcf_d1f3_7bb21c9f84d7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/local/LocalTransportThreadModelTest.java lines 462–468

        @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

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 462.
What does exceptionCaught() call?
exceptionCaught() calls 1 function(s): exceptionCaught.
What calls exceptionCaught()?
exceptionCaught() is called by 2 function(s): exceptionCaught, exceptionCaught.

Analyze Your Own Codebase

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

Try Supermodel Free