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(java.lang.String functionName, int argNumber)static QueryEvaluationExceptionQueryEvaluationException. fieldNotFound(java.lang.String property)static QueryEvaluationExceptionQueryEvaluationException. functionParameterLessThanOne(java.lang.String functionName, int argNumber)static <R> QueryEvaluationExceptionQueryEvaluationException. invalidFunctionParameter(java.lang.String functionName, R parameter)static QueryEvaluationExceptionQueryEvaluationException. invalidFunctionParameters(java.lang.String functionName, java.util.List<?> invalidArgs)static QueryEvaluationExceptionQueryEvaluationException. of(java.lang.String message, java.lang.Object... args)
-