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
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.