Rule Execution Server API

ilog.rules.engine
Class IlrUndefinedTaskException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ilog.rules.engine.IlrUndefinedTaskException
All Implemented Interfaces:
Serializable

public class IlrUndefinedTaskException
extends RuntimeException

This exception is thrown when a reference is done to a task that has not been defined in the ruleset.

Below is the list of methods that throw this exception.

See Also:
IlrContext.setMainTask(java.lang.String), IlrContext.isTaskCompleted(java.lang.String), IlrContext.execute(java.lang.String), Serialized Form

Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 


Rule Execution Server API

© Copyright IBM Corp. 1987, 2013