The index of the underlying exception handler in the exception table.
The start pc of the try-block.
The pc of the first instruction after the try-block (exclusive!).
The first pc of the handler block.
The type of the handled exception.
The type of the handled exception.
The pc of the first instruction after the try-block (exclusive!).
The first pc of the handler block.
The index of the underlying exception handler in the exception table.
Computes the set of all CFGNodes that are reachable from this one.
The start pc of the try-block.
This node represents an exception handler.
CatchNodes are made explicit to handle/identify situations where the same exception handlers is responsible for handling multiple different exceptions. This situation generally arises in case of Javas multi-catch expressions.