Rule Execution Server API

ilog.rules.engine
Class IlrUndefinedMainTaskException

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

public class IlrUndefinedMainTaskException
extends RuntimeException

This exception is thrown when the execution of a ruleflow whose main task has not been defined is required.

Below is the method that throws this exception.

See Also:
IlrContext.execute(), 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