Uses of Class
org.apache.jena.query.QueryException
Packages that use QueryException
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of QueryException in org.apache.jena.query
Subclasses of QueryException in org.apache.jena.queryModifier and TypeClassDescriptionclassQueryBuildException is exception for all exceptions during query execution construction.classIndicate that a query execution has been cancelled and the operation can't be calledclassQueryDeniedExceptionindicates an invalid condition or constraint was encountered during query evaluation and the execution was abandoned.classQueryExecException indicates a condition encountered during query evaluation.classQueryFatalException 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).classQueryParseException 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 QueryExceptionModifier and TypeMethodDescriptionParameterizedSparqlString.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 -
Uses of QueryException in org.apache.jena.sparql.core
Subclasses of QueryException in org.apache.jena.sparql.core -
Uses of QueryException in org.apache.jena.sparql.engine.http
Subclasses of QueryException in org.apache.jena.sparql.engine.httpModifier and TypeClassDescriptionclassException class for all operations in the SPARQL client library. -
Uses of QueryException in org.apache.jena.sparql.exec
Subclasses of QueryException in org.apache.jena.sparql.exec -
Uses of QueryException in org.apache.jena.sparql.expr
Subclasses of QueryException in org.apache.jena.sparql.exprModifier and TypeClassDescriptionclassException for a dynamic evaluation exception.classException for a dynamic evaluation exception due to wrong type.classThe root of all expression exceptionsclassclassException for a dynamic evaluation exception caused by a type mismatch.classException for an undefined expression (including unbound variable)classException for an undefined function.classException for an undefined expression (including unbound variable) -
Uses of QueryException in org.apache.jena.sparql.function.scripting
Subclasses of QueryException in org.apache.jena.sparql.function.scripting -
Uses of QueryException in org.apache.jena.sparql.resultset
Subclasses of QueryException in org.apache.jena.sparql.resultset -
Uses of QueryException in org.apache.jena.sparql.syntax.syntaxtransform
Subclasses of QueryException in org.apache.jena.sparql.syntax.syntaxtransform