| $java-classnames | The list of one or more fully qualified Java class names. An entry of '*' will catch all java exceptions. |
| $try-code-blocks | The code blocks that will be put inside of a the try part of the try-catch statement. |
| $catch-code-blocks | The code blocks that will be will called if the catch matches one of the $java-classnames |