![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The TIBCO BusinessEvents rule Language includes try/catch/finally blocks and has an Exception type. The try/catch/finally blocks behave like their same-name Java counterparts.
Advisory Events 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 resources. See Chapter 11, Advisory Events.try try {finally finally {
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |