Uses of Class
csheets.core.formula.compiler.IllegalFunctionCallException

Packages that use IllegalFunctionCallException
csheets.core.formula Provides classes for representing formulas. 
 

Uses of IllegalFunctionCallException in csheets.core.formula
 

Constructors in csheets.core.formula that throw IllegalFunctionCallException
FunctionCall(Function function, Expression... args)
          Creates a new function call.