Semantics : ResumeStatement

ResumeStatement  ::=  resume

Used by:  

This resume statement has no Java counterpart. It is only used in exception handling and extended SGML processing.

In exception handling, that is, the statements following a catch : (see Block), resume will send the control back to where the exception is thrown.

In an extended SGML handler (see SgmlStatement), that is, a SGML statement extending another, this resume statement can appear at the end of a handler to invoke the parent statement's handler.