Exception Handling
The TIBCO BusinessEvents Rule Language includes
try
,
catch
, and
finally
blocks and has an error type attribute
@errorType
.
The
try
,
catch
, and
finally
blocks behave like their same-name Java counterparts.
Note: You can also use the special AdvisoryEvent event type to be notified of exceptions that originate in user code but that are not caught with a
catch
block. To use the AdvisoryEvent, click the plus sign used to add a resource to the declaration. AdvisoryEvent is always available in the list of resource.
Subtopics