Rule Execution Server API

ilog.rules.factory
Class IlrTryCatchFinallyStatement.FinallyBlock

java.lang.Object
  extended by ilog.rules.factory.IlrBaseStatement
      extended by ilog.rules.factory.IlrStatementBlock
          extended by ilog.rules.factory.IlrTryCatchFinallyStatement.FinallyBlock
All Implemented Interfaces:
ilog.rules.factory.IlrSourceElement, IlrStatement, Serializable
Enclosing class:
IlrTryCatchFinallyStatement

public static final class IlrTryCatchFinallyStatement.FinallyBlock
extends IlrStatementBlock

This class represents the finally part of a try - catch - finally statement.

Warning: Serialized objects of this class will not be compatible with future releases. The current serialization support is appropriate for short-term storage or RMI between applications running the same version of IBM Decision Server.

See Also:
Serialized Form

Constructor Summary
IlrTryCatchFinallyStatement.FinallyBlock(IlrStatement[] statements)
          Constructs a finally block containing initially the statements given in the array statements.
 
Method Summary
 
Methods inherited from class ilog.rules.factory.IlrStatementBlock
addStatement, enumerateStatements, getStatementCount, getStatements, removeStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ilog.rules.factory.IlrStatement
exploreStatement
 

Constructor Detail

IlrTryCatchFinallyStatement.FinallyBlock

public IlrTryCatchFinallyStatement.FinallyBlock(IlrStatement[] statements)
Constructs a finally block containing initially the statements given in the array statements.

Parameters:
statements - The statements to execute when the test is false. This parameter can be null; in this case it represents an empty block.

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013