blob: 06712437b6e9e1b7a888dd25b9d25325e9f02624 [file] [log] [blame]
<html>
<body>
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse">
<tr>
<td><font face="verdana" size="-1">This is a built-in template used for filling the body of a
<b>catch</b> block when it is generated, e.g. when using the
<i>Code | Surround with...</i> function.<br>
The template is editable. Along with Java expressions and comments, you can also use predefined variables
that will be then expanded into the corresponding values.</font>
</td>
</tr>
</table>
<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
<tr>
<td colspan="3"><font face="verdana" size="-1">Predefined variables will take the following values:</font></td>
</tr>
<tr>
<td valign="top"><nobr><font face="verdana" size="-2" ><b>${EXCEPTION}</b></font></nobr></td>
<td width="10">&nbsp;</td>
<td valign="top"><font face="verdana" size="-1">name of the <b>Exception</b> variable specified as a <b>catch</b> parameter</font></td>
</tr>
<tr>
<td valign="top"><nobr><font face="verdana" size="-2" ><b>${EXCEPTION_TYPE}</b></font></nobr></td>
<td width="10">&nbsp;</td>
<td valign="top"><font face="verdana" size="-1">type of the <b>catch</b> parameter</font></td>
</tr>
</table>
</body>
</html>