Uses of Class
org.apache.jena.query.QueryException
-
Packages that use QueryException Package Description org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL.org.apache.jena.sparql org.apache.jena.sparql.core org.apache.jena.sparql.engine.http org.apache.jena.sparql.expr org.apache.jena.sparql.resultset -
-
Uses of QueryException in org.apache.jena.query
Subclasses of QueryException in org.apache.jena.query Modifier and Type Class Description classQueryBuildExceptionQueryBuildException is exception for all exceptions during query execution construction.classQueryCancelledExceptionIndicate that a query execution has been cancelled and the operation can't be calledclassQueryExecExceptionQueryExecException indicates a condition encountered during query evaluation.classQueryFatalExceptionQueryFatalException is such that the query aborts do to some problem (this might be an internal error or something in the way the query builds or executes).classQueryParseExceptionQueryParseException is root exception for all (intentional) exceptions from the various parsers where the error is to do with the syntax of a query.Methods in org.apache.jena.query that throw QueryException Modifier and Type Method Description QueryParameterizedSparqlString. asQuery()Attempts to take the command text with parameters injected from theParameterizedSparqlString.toString()method and parse it as aQuery -
Uses of QueryException in org.apache.jena.sparql
Subclasses of QueryException in org.apache.jena.sparql Modifier and Type Class Description classARQInternalErrorExceptionclassARQNotImplemented -
Uses of QueryException in org.apache.jena.sparql.core
Subclasses of QueryException in org.apache.jena.sparql.core Modifier and Type Class Description classQueryCheckException -
Uses of QueryException in org.apache.jena.sparql.engine.http
Subclasses of QueryException in org.apache.jena.sparql.engine.http Modifier and Type Class Description classQueryExceptionHTTPException class for all operations in the SPARQL client library. -
Uses of QueryException in org.apache.jena.sparql.expr
Subclasses of QueryException 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.classExprExceptionThe root of all expression exceptionsclassExprNotComparableExceptionclassExprTypeExceptionException 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) -
Uses of QueryException in org.apache.jena.sparql.resultset
Subclasses of QueryException in org.apache.jena.sparql.resultset Modifier and Type Class Description classResultSetException
-