Home / Function/ handleUnexpectedException() — netty Function Reference

handleUnexpectedException() — netty Function Reference

Architecture documentation for the handleUnexpectedException() function in AbstractSharedExecutorMicrobenchmark.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  aad5d4d8_27b2_7cc5_ad30_707f690873c2["handleUnexpectedException()"]
  e8d0f38c_d120_c2c3_ac4c_f5a7174abfac["AbstractSharedExecutorMicrobenchmark"]
  aad5d4d8_27b2_7cc5_ad30_707f690873c2 -->|defined in| e8d0f38c_d120_c2c3_ac4c_f5a7174abfac
  f773c099_c708_ea4f_3b81_6af08b0f0f01["awaitTermination()"]
  f773c099_c708_ea4f_3b81_6af08b0f0f01 -->|calls| aad5d4d8_27b2_7cc5_ad30_707f690873c2
  style aad5d4d8_27b2_7cc5_ad30_707f690873c2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

microbench/src/main/java/io/netty/microbench/util/AbstractSharedExecutorMicrobenchmark.java lines 155–159

    public static void handleUnexpectedException(Throwable t) {
        if (t != null) {
            throw new IllegalStateException(t);
        }
    }

Domain

Subdomains

Called By

Frequently Asked Questions

What does handleUnexpectedException() do?
handleUnexpectedException() is a function in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/util/AbstractSharedExecutorMicrobenchmark.java.
Where is handleUnexpectedException() defined?
handleUnexpectedException() is defined in microbench/src/main/java/io/netty/microbench/util/AbstractSharedExecutorMicrobenchmark.java at line 155.
What calls handleUnexpectedException()?
handleUnexpectedException() is called by 1 function(s): awaitTermination.

Analyze Your Own Codebase

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

Try Supermodel Free