Uses of Class
org.apache.activemq.filter.FunctionCallExpression.invalidFunctionExpressionException
Packages that use FunctionCallExpression.invalidFunctionExpressionException
-
Uses of FunctionCallExpression.invalidFunctionExpressionException in org.apache.activemq.filter
Methods in org.apache.activemq.filter that throw FunctionCallExpression.invalidFunctionExpressionExceptionModifier and TypeMethodDescriptionstatic FunctionCallExpressionFunctionCallExpression.createFunctionCall(String func_name, List<Expression> args) Create a function call expression for the named function and argument list, returning a Boolean function call expression if the function returns a boolean value so that it may be used in boolean contexts.Constructors in org.apache.activemq.filter that throw FunctionCallExpression.invalidFunctionExpressionExceptionModifierConstructorDescriptionBooleanFunctionCallExpr(String func_name, List<Expression> args) Constructs a function call expression with the named filter function and arguments, which returns a boolean result.protectedFunctionCallExpression(String func_name, List<Expression> args) Constructs a function call expression with the named function and argument list.