ilog.rules.engine
Class IlrNoSuchFunctionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ilog.rules.engine.IlrNoSuchFunctionException
-
- All Implemented Interfaces:
- java.io.Serializable
public class IlrNoSuchFunctionException extends java.lang.ExceptionThis exception is thrown by the method
IlrContext.invokeFunction(String,java.lang.Object[])when the invoked function is unknown.- See Also:
- Serialized Form
-
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetMessage()java.lang.StringgetName()java.lang.StringgetSignature()
-