Executes the enclosed block as part of a <try><catch> structure.
<try><echo>${1/0}</echo> <!-- will throw a math exception --></try><catch exception="*"><echo>The try block threw an exception</echo></catch>
name | purpose | type | required? | default | choices |
---|---|---|---|---|---|
if |
Conditional expression | expression | No | yes |