elseBlockEdge
This represents a block whose statements are only executed if the tryBlock finished without exceptions. Note that any exception thrown in this block is no longer caught by the catchClauses.
This represents a block whose statements are only executed if the tryBlock finished without exceptions. Note that any exception thrown in this block is no longer caught by the catchClauses.