Fills the
catch parameter when it is generated, e.g. when the
Code | Surround with... function is called. This built-in template is editable. For example, you can make the generated parameter final and always use the predefined name despite of the qualified name of the caught exception. |
Predefined variables take the following values: | ||
Name of the Exception variable specified as a catch parameter derived from the caught exception type, e, if the qualified name ends with Exception. | ||
Type of the catch parameter. |