exception-handler
An exception-handler is a block that is put between the USE line and END WHEN line in a when-exception-in block or a detached handler, that is, HANDLER ~ END HANDLER block.

WHEN EXCEPTION IN
when-body
USE
exception handler
END WHEN