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 Telemetry calls 1 called by 2

Entity Profile

Dependency Diagram

graph TD
  fa42f72d_994c_3545_03ab_d1f9b8b741e9["exceptionCaught()"]
  4a524b14_c3ca_dd13_1dc4_e58c6bcaee61["ThreadNameAuditor"]
  fa42f72d_994c_3545_03ab_d1f9b8b741e9 -->|defined in| 4a524b14_c3ca_dd13_1dc4_e58c6bcaee61
  1a910208_f4ad_b93a_e087_95b71c6a6dea["exceptionCaught()"]
  1a910208_f4ad_b93a_e087_95b71c6a6dea -->|calls| fa42f72d_994c_3545_03ab_d1f9b8b741e9
  3c45ea19_ea81_c89a_3d6f_a0e835621c24["exceptionCaught()"]
  3c45ea19_ea81_c89a_3d6f_a0e835621c24 -->|calls| fa42f72d_994c_3545_03ab_d1f9b8b741e9
  f9091750_0f54_bbcf_d1f3_7bb21c9f84d7["exceptionCaught()"]
  fa42f72d_994c_3545_03ab_d1f9b8b741e9 -->|calls| f9091750_0f54_bbcf_d1f3_7bb21c9f84d7
  style fa42f72d_994c_3545_03ab_d1f9b8b741e9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/local/LocalTransportThreadModelTest.java lines 404–410

        @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 404.
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