| Package | Description |
|---|---|
| org.eclipse.rdf4j | |
| org.eclipse.rdf4j.http.client | |
| org.eclipse.rdf4j.http.protocol | |
| org.eclipse.rdf4j.model.util | |
| org.eclipse.rdf4j.query |
Interfaces and classes for handling queries and query results.
|
| org.eclipse.rdf4j.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
| org.eclipse.rdf4j.query.resultio | |
| org.eclipse.rdf4j.repository |
The Repository API: the main API for handling RDF4J repositories.
|
| org.eclipse.rdf4j.repository.config | |
| org.eclipse.rdf4j.repository.http |
A repository that serves as a proxy client for a remote
repository on a Sesame Server.
|
| org.eclipse.rdf4j.repository.util | |
| org.eclipse.rdf4j.rio |
General classes and interfaces for RDF parsers and RDF writers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDF4JConfigException
Exception indicating a configuration problem in an RDF4J component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RDF4JProtocolSession.beginTransaction(IsolationLevel isolationLevel) |
void |
RDF4JProtocolSession.commitTransaction() |
protected org.apache.http.HttpResponse |
SPARQLProtocolSession.execute(org.apache.http.client.methods.HttpUriRequest method) |
protected void |
SPARQLProtocolSession.executeNoContent(org.apache.http.client.methods.HttpUriRequest method) |
protected org.apache.http.HttpResponse |
SPARQLProtocolSession.executeOK(org.apache.http.client.methods.HttpUriRequest method)
Convenience method to deal with HTTP level errors of tuple, graph and boolean queries in the same way.
|
protected boolean |
SPARQLProtocolSession.getBoolean(org.apache.http.client.methods.HttpUriRequest method)
Parse the response in this thread using a suitable
BooleanQueryResultParser. |
void |
RDF4JProtocolSession.rollbackTransaction() |
| Modifier and Type | Class and Description |
|---|---|
class |
UnauthorizedException |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphUtilException
Deprecated.
|
class |
LiteralUtilException
An exception thrown by
Literals when specific conditions are not met. |
class |
ModelException
An exception thrown by
Model and Models when specific
conditions are not met. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends RDF4JException> |
RDFCollections.extract(GetStatementOptional statementSupplier,
Resource head,
java.util.function.Consumer<Statement> collectionConsumer,
java.util.function.Function<String,java.util.function.Supplier<E>> exceptionSupplier,
Resource... contexts)
Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends
all statements that make up the collection to the supplied
Consumer function. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends RDF4JException> |
RDFCollections.extract(GetStatementOptional statementSupplier,
Resource head,
java.util.function.Consumer<Statement> collectionConsumer,
java.util.function.Function<String,java.util.function.Supplier<E>> exceptionSupplier,
Resource... contexts)
Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends
all statements that make up the collection to the supplied
Consumer function. |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanQueryResultHandlerException
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.
|
class |
IncompatibleOperationException
An exception indicating that a string could not be parsed into an operation of the expected type by the
parser.
|
class |
MalformedQueryException
An exception indicating that a query could not be processed by the query parser, typically due to syntax
errors.
|
class |
QueryEvaluationException
An exception indicating that the evaluation of a query failed.
|
class |
QueryInterruptedException
An exception indicating that the evaluation of a query has been interrupted, for example because it took
too long to complete.
|
class |
QueryResultHandlerException
The super class of exceptions originating from
QueryResultHandler implementations. |
class |
TupleQueryResultHandlerException
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.
|
class |
UpdateExecutionException
An exception indicating that the execution of an update failed.
|
| Modifier and Type | Method and Description |
|---|---|
static Model |
QueryResults.asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration)
Get a
Model containing all elements obtained from the specified query result. |
| Modifier and Type | Class and Description |
|---|---|
class |
DAWGTestResultSetParseException
An exception that is thrown to indicate that the parsing of a DAWG Test Result Set graph failed due to an
incompatible or incomplete graph.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryResultParseException
A parse exception that can be thrown by a query result parser when it encounters an error from which it
cannot or doesn't want to recover.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryException
An exception thrown by classes from the Repository API to indicate an error.
|
class |
RepositoryLockedException
Indicates that a Repository cannot be initialised because the configured persisted location is locked.
|
class |
RepositoryReadOnlyException
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can
only be read from.
|
class |
UnknownTransactionStateException
A specific subtype of
RepositoryException that indicates the connection's transaction state can not
be determined. |
| Modifier and Type | Class and Description |
|---|---|
class |
RepositoryConfigException
Exception indicating a repository configuration problem.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTTPQueryEvaluationException |
class |
HTTPUpdateExecutionException |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RDFInserter.addNamespace(String prefix,
String name) |
protected abstract void |
AbstractRDFInserter.addNamespace(String prefix,
String name) |
protected void |
RDFInserter.addStatement(Resource subj,
IRI pred,
Value obj,
Resource ctxt) |
protected abstract void |
AbstractRDFInserter.addStatement(Resource subj,
IRI pred,
Value obj,
Resource ctxt) |
| Modifier and Type | Class and Description |
|---|---|
class |
RDFHandlerException
An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.
|
class |
RDFParseException
A parse exception that can be thrown by a parser when it encounters an error from which it cannot or
doesn't want to recover.
|
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.