Uses of Class
org.apache.jena.sparql.ARQException
Packages that use ARQException
Package
Description
ARQ - A query engine for Jena, implementing SPARQL.
-
Uses of ARQException in org.apache.jena.query
Subclasses of ARQException 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.classQueryException is root exception for all (intentional) exceptions associated with query parsing and execution.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. -
Uses of ARQException in org.apache.jena.sparql
Subclasses of ARQException in org.apache.jena.sparql -
Uses of ARQException in org.apache.jena.sparql.core
Subclasses of ARQException in org.apache.jena.sparql.core -
Uses of ARQException in org.apache.jena.sparql.engine.http
Subclasses of ARQException in org.apache.jena.sparql.engine.httpModifier and TypeClassDescriptionclassException class for all operations in the SPARQL client library. -
Uses of ARQException in org.apache.jena.sparql.exec
Subclasses of ARQException in org.apache.jena.sparql.exec -
Uses of ARQException in org.apache.jena.sparql.expr
Subclasses of ARQException 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 ARQException in org.apache.jena.sparql.function.scripting
Subclasses of ARQException in org.apache.jena.sparql.function.scripting -
Uses of ARQException in org.apache.jena.sparql.resultset
Subclasses of ARQException in org.apache.jena.sparql.resultset -
Uses of ARQException in org.apache.jena.sparql.sse
Subclasses of ARQException in org.apache.jena.sparql.sse -
Uses of ARQException in org.apache.jena.sparql.syntax.syntaxtransform
Subclasses of ARQException in org.apache.jena.sparql.syntax.syntaxtransform -
Uses of ARQException in org.apache.jena.update
Subclasses of ARQException in org.apache.jena.update