finallyBlockEdge
This represents a block of statements which is always executed after finishing the tryBlock or one of the catchClauses. Note that any exception thrown in this block is no longer caught by the catchClauses.
This represents a block of statements which is always executed after finishing the tryBlock or one of the catchClauses. Note that any exception thrown in this block is no longer caught by the catchClauses.