Home / Function/ exceptionCaught() — netty Function Reference

exceptionCaught() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  3c45ea19_ea81_c89a_3d6f_a0e835621c24["exceptionCaught()"]
  4416ca34_8b23_0a00_46de_59cd1da38ed7["MessageDiscarder"]
  3c45ea19_ea81_c89a_3d6f_a0e835621c24 -->|defined in| 4416ca34_8b23_0a00_46de_59cd1da38ed7
  fa42f72d_994c_3545_03ab_d1f9b8b741e9["exceptionCaught()"]
  3c45ea19_ea81_c89a_3d6f_a0e835621c24 -->|calls| fa42f72d_994c_3545_03ab_d1f9b8b741e9
  style 3c45ea19_ea81_c89a_3d6f_a0e835621c24 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/test/java/io/netty/channel/local/LocalTransportThreadModelTest.java lines 604–610

        @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 604.
What does exceptionCaught() call?
exceptionCaught() calls 1 function(s): exceptionCaught.

Analyze Your Own Codebase

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

Try Supermodel Free