<try> detect exceptions within a block

name
try
xml namespace
http://moyaproject.com

Executes the enclosed block as part of a <try><catch> structure.

Example

<try>
    <echo>${1/0}</echo>  <!-- will throw a math exception -->
</try>
<catch exception="*">
    <echo>The try block threw an exception</echo>
</catch>
inherited attributes
name purpose type required? default choices
if Conditional expression expression No yes