Uses of Class
org.apache.jena.sparql.expr.ExprException
-
Packages that use ExprException Package Description org.apache.jena.sparql.expr -
-
Uses of ExprException in org.apache.jena.sparql.expr
Subclasses of ExprException in org.apache.jena.sparql.expr Modifier and Type Class Description classExprEvalExceptionException for a dynamic evaluation exception.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)Methods in org.apache.jena.sparql.expr with parameters of type ExprException Modifier and Type Method Description static voidNodeValue. raise(ExprException ex)
-