Uses of Class
org.apache.jena.sparql.ARQException
-
Packages that use ARQException 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 org.apache.jena.sparql.sse org.apache.jena.update -
-
Uses of ARQException in org.apache.jena.query
Subclasses of ARQException 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 calledclassQueryExceptionQueryException is root exception for all (intentional) exceptions associated with query parsing and execution.classQueryExecExceptionQueryExecException 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. -
Uses of ARQException in org.apache.jena.sparql
Subclasses of ARQException in org.apache.jena.sparql Modifier and Type Class Description classARQInternalErrorExceptionclassARQNotImplemented -
Uses of ARQException in org.apache.jena.sparql.core
Subclasses of ARQException in org.apache.jena.sparql.core Modifier and Type Class Description classQueryCheckException -
Uses of ARQException in org.apache.jena.sparql.engine.http
Subclasses of ARQException in org.apache.jena.sparql.engine.http Modifier and Type Class Description classQueryExceptionHTTPException class for all operations in the SPARQL client library. -
Uses of ARQException in org.apache.jena.sparql.expr
Subclasses of ARQException 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 ARQException in org.apache.jena.sparql.resultset
Subclasses of ARQException in org.apache.jena.sparql.resultset Modifier and Type Class Description classResultSetException -
Uses of ARQException in org.apache.jena.sparql.sse
Subclasses of ARQException in org.apache.jena.sparql.sse Modifier and Type Class Description classSSEParseException -
Uses of ARQException in org.apache.jena.update
Subclasses of ARQException in org.apache.jena.update Modifier and Type Class Description classUpdateExceptionException root for SPARQL Update
-