Package | Description |
---|---|
com.hp.hpl.jena.query |
ARQ - A query engine for Jena, implementing SPARQL.
|
com.hp.hpl.jena.sparql | |
com.hp.hpl.jena.sparql.core | |
com.hp.hpl.jena.sparql.engine.http | |
com.hp.hpl.jena.sparql.expr | |
com.hp.hpl.jena.sparql.resultset | |
com.hp.hpl.jena.sparql.sse | |
com.hp.hpl.jena.update |
Modifier and Type | Class and Description |
---|---|
class |
QueryBuildException
QueryBuildException is exception for all excpetions during query
execution construction.
|
class |
QueryCancelledException
Indicate that a query execution has been cancelled and the operation can't be called
|
class |
QueryException
QueryException is root exception for all (intentional) exceptions
associated with query parsing and execution.
|
class |
QueryExecException
QueryExecException indicates a condition encountered during
query evaluation.
|
class |
QueryFatalException
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
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 Type | Class and Description |
---|---|
class |
ARQInternalErrorException |
class |
ARQNotImplemented |
Modifier and Type | Class and Description |
---|---|
class |
QueryCheckException |
Modifier and Type | Class and Description |
---|---|
class |
QueryExceptionHTTP
Exception class for all operations in the SPARQL client library.
|
Modifier and Type | Class and Description |
---|---|
class |
ExprEvalException
Exception for a dynamic evaluation exception.
|
class |
ExprEvalTypeException
Exception for a dynamic evaluation exception due to wrong type.
|
class |
ExprException
The root of all expression exceptions
|
class |
ExprNotComparableException |
class |
ExprTypeException
Exception for a dynamic evaluation exception caused by a type mismatch.
|
class |
ExprUndefException
Exception for an undefined expression (including unbound variable)
|
class |
VariableNotBoundException
Exception for an undefined expression (including unbound variable)
|
Modifier and Type | Class and Description |
---|---|
class |
ResultSetException |
Modifier and Type | Class and Description |
---|---|
class |
SSEParseException |
Modifier and Type | Class and Description |
---|---|
class |
UpdateException
Exception root for SPARQL Update
|
Licenced under the Apache License, Version 2.0