Uses of Class
org.apache.qpid.server.query.engine.exception.QueryEvaluationException
-
Packages that use QueryEvaluationException Package Description org.apache.qpid.server.query.engine.exception -
-
Uses of QueryEvaluationException in org.apache.qpid.server.query.engine.exception
Methods in org.apache.qpid.server.query.engine.exception that return QueryEvaluationException Modifier and Type Method Description static QueryEvaluationExceptionQueryEvaluationException. emptyFunctionParameter(String functionName, int argNumber)static QueryEvaluationExceptionQueryEvaluationException. fieldNotFound(String property)static QueryEvaluationExceptionQueryEvaluationException. functionParameterLessThanOne(String functionName, int argNumber)static <R> QueryEvaluationExceptionQueryEvaluationException. invalidFunctionParameter(String functionName, R parameter)static QueryEvaluationExceptionQueryEvaluationException. invalidFunctionParameters(String functionName, List<?> invalidArgs)static QueryEvaluationExceptionQueryEvaluationException. of(String message, Object... args)
-