Rule Builder > Technical Rule Language Reference > Tokens for the Action Part of a Rule > try |
try |
PREVIOUS NEXT |
The token try
contains an IRL statement that may generate a Java exception. When you click the try
token, the following code appears:
THEN
try
[catch]
[finally]
The try
token is composed of the four subtokens given in Table 24.17:
| Add a nested action. You can select any action except the timeout action.
|
[catch] | Insert a catch clause. |
[finally] | Insert final actions. |
Customer Support | Copyright © 1987-2004 ILOG S.A. All rights reserved. Legal terms. | PREVIOUS NEXT |