Uses of Class
org.apache.jena.sparql.expr.ExprEvalException
-
Packages that use ExprEvalException Package Description org.apache.jena.sparql.expr -
-
Uses of ExprEvalException in org.apache.jena.sparql.expr
Subclasses of ExprEvalException in org.apache.jena.sparql.expr Modifier and Type Class Description classExprEvalTypeExceptionException for a dynamic evaluation exception due to wrong type.classExprNotComparableExceptionclassExprTypeExceptionException for a dynamic evaluation exception caused by a type mismatch.classExprUndefExceptionException for an undefined expression (including unbound variable)classExprUndefFunctionException for an undefined function.classVariableNotBoundExceptionException for an undefined expression (including unbound variable)
-