![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
The name of the exception to be signalled. Its syntax is C (fixed-length character string) with length 16. The name of a table associated with the exception. If no table is to be associated with the exception, specify an empty string(‘‘). Its syntax is C with length 16.
• The exception can be specified as an indirect reference. This cannot be done using the SIGNAL statement.TIBCO Object Service Broker Programming in Rules for more information about exception handling and about the Signal statement.The following rule demonstrates the use of $SIGNAL to signal a user-defined exception read from a table. It also shows how to simulate a GETFAIL condition on a table without actually issuing the GET. It is assumed that exception handlers for the user-defined exceptions are specified in higher-level rules.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |