This illustration shows how exceptions propagate between exception handlers and enclosing blocks. An exception that is not handled by the EXCEPTION section of the same block, propagates to the next outer block, and so on until one of the blocks handles that particular exception.