Uses of Class
org.apache.jena.query.QueryException
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of QueryException in org.apache.jena.query
Modifier and TypeClassDescriptionclass
QueryBuildException is exception for all exceptions during query execution construction.class
Indicate that a query execution has been cancelled and the operation can't be calledclass
QueryDeniedException
indicates an invalid condition or constraint was encountered during query evaluation and the execution was abandoned.class
QueryExecException indicates a condition encountered during query evaluation.class
QueryFatalException 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).class
QueryParseException is root exception for all (intentional) exceptions from the various parsers where the error is to do with the syntax of a query.Modifier 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
-
Uses of QueryException in org.apache.jena.sparql.core
-
Uses of QueryException in org.apache.jena.sparql.engine.http
Modifier and TypeClassDescriptionclass
Exception class for all operations in the SPARQL client library. -
Uses of QueryException in org.apache.jena.sparql.exec
-
Uses of QueryException in org.apache.jena.sparql.expr
Modifier and TypeClassDescriptionclass
Exception for a dynamic evaluation exception.class
Exception for a dynamic evaluation exception due to wrong type.class
The root of all expression exceptionsclass
class
Exception for a dynamic evaluation exception caused by a type mismatch.class
Exception for an undefined expression (including unbound variable)class
Exception for an undefined function.class
Exception for an undefined expression (including unbound variable) -
Uses of QueryException in org.apache.jena.sparql.function.scripting
-
Uses of QueryException in org.apache.jena.sparql.resultset