Home / Function/ checkForError() — netty Function Reference

checkForError() — netty Function Reference

Architecture documentation for the checkForError() function in PooledByteBufAllocatorTest.java from the netty codebase.

Function java Buffer Search called by 2

Entity Profile

Dependency Diagram

graph TD
  87eef12d_30b1_a2d7_ab7f_769716cfbc02["checkForError()"]
  6bb945aa_60fd_1a15_e603_8ad95417c6e9["AllocationThread"]
  87eef12d_30b1_a2d7_ab7f_769716cfbc02 -->|defined in| 6bb945aa_60fd_1a15_e603_8ad95417c6e9
  bfa1f5a5_dead_b949_f82d_244f64efb5d5["checkForErrors()"]
  bfa1f5a5_dead_b949_f82d_244f64efb5d5 -->|calls| 87eef12d_30b1_a2d7_ab7f_769716cfbc02
  f49c8d97_9572_ea44_eea5_b4423389718a["joinAndCheckForError()"]
  f49c8d97_9572_ea44_eea5_b4423389718a -->|calls| 87eef12d_30b1_a2d7_ab7f_769716cfbc02
  style 87eef12d_30b1_a2d7_ab7f_769716cfbc02 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buffer/src/test/java/io/netty/buffer/PooledByteBufAllocatorTest.java lines 674–679

        void checkForError() throws Throwable {
            Object obj = finish.get();
            if (obj instanceof Throwable) {
                throw (Throwable) obj;
            }
        }

Domain

Subdomains

Frequently Asked Questions

What does checkForError() do?
checkForError() is a function in the netty codebase, defined in buffer/src/test/java/io/netty/buffer/PooledByteBufAllocatorTest.java.
Where is checkForError() defined?
checkForError() is defined in buffer/src/test/java/io/netty/buffer/PooledByteBufAllocatorTest.java at line 674.
What calls checkForError()?
checkForError() is called by 2 function(s): checkForErrors, joinAndCheckForError.

Analyze Your Own Codebase

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

Try Supermodel Free