Rule Execution Server API

ilog.rules.engine
Class IlrNoSuchFunctionException

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

public class IlrNoSuchFunctionException
extends Exception

This exception is thrown by the method IlrContext.invokeFunction(String,java.lang.Object[]) when the invoked function is unknown.

See Also:
Serialized Form

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

Method Detail

getName

public String getName()

getSignature

public String getSignature()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

Rule Execution Server API

© Copyright IBM Corp. 1987, 2013