Uses of Class
org.eclipse.rdf4j.common.exception.RDF4JException
Package
Description
Helper classes for working with RDF models.
Interfaces and classes for handling queries and query results.
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Repository configuration interfaces.
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
Helper and utility classes for the
SailRepository
Helper classes for working with Repositories.
Rio: The RDF4J parser/writer API.
Provides helpers classes for Rio.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
A Sail implementation for SHACL constraint checking.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
A SPARQL test suite for RDF4J repositories
-
Uses of RDF4JException in org.eclipse.rdf4j.common.exception
Modifier and TypeClassDescriptionclass
Exception indicating a configuration problem in an RDF4J component. -
Uses of RDF4JException in org.eclipse.rdf4j.federated.exception
-
Uses of RDF4JException in org.eclipse.rdf4j.http.client
Modifier and TypeMethodDescriptionvoid
RDF4JProtocolSession.beginTransaction
(IsolationLevel isolationLevel) void
RDF4JProtocolSession.beginTransaction
(TransactionSetting... transactionSettings) 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 suitableBooleanQueryResultParser
.void
RDF4JProtocolSession.prepareTransaction()
void
RDF4JProtocolSession.rollbackTransaction()
-
Uses of RDF4JException in org.eclipse.rdf4j.http.client.shacl
Modifier and TypeClassDescriptionclass
Experimental support for handling SHACL violations against a remote RDF4J server. -
Uses of RDF4JException in org.eclipse.rdf4j.http.protocol
-
Uses of RDF4JException in org.eclipse.rdf4j.model.util
Modifier and TypeClassDescriptionclass
An exception thrown byLiterals
when specific conditions are not met.class
Modifier and TypeMethodDescriptionstatic <E extends RDF4JException>
voidRDFCollections.extract
(GetStatementOptional statementSupplier, Resource head, Consumer<Statement> collectionConsumer, Function<String, 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 suppliedConsumer
function.static <E extends RDF4JException>
voidRDFContainers.extract
(IRI containerType, GetStatementOptional statementSupplier, Resource container, Consumer<Statement> collectionConsumer, Function<String, Supplier<E>> exceptionSupplier, Resource... contexts) Extracts an RDF Container starting with the supplied container head from the statement supplier and sends all statements that make up the collection to the suppliedConsumer
function.Modifier and TypeMethodDescriptionstatic <E extends RDF4JException>
voidRDFCollections.extract
(GetStatementOptional statementSupplier, Resource head, Consumer<Statement> collectionConsumer, Function<String, 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 suppliedConsumer
function.static <E extends RDF4JException>
voidRDFContainers.extract
(IRI containerType, GetStatementOptional statementSupplier, Resource container, Consumer<Statement> collectionConsumer, Function<String, Supplier<E>> exceptionSupplier, Resource... contexts) Extracts an RDF Container starting with the supplied container head from the statement supplier and sends all statements that make up the collection to the suppliedConsumer
function. -
Uses of RDF4JException in org.eclipse.rdf4j.query
Modifier and TypeClassDescriptionclass
An exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.class
An exception indicating that a string could not be parsed into an operation of the expected type by the parser.class
An exception indicating that a query could not be processed by the query parser, typically due to syntax errors.class
An exception indicating that the evaluation of a query failed.class
An exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.class
The super class of exceptions originating fromQueryResultHandler
implementations.class
An exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.class
An exception indicating that the execution of an update failed.Modifier and TypeMethodDescriptionstatic Model
QueryResults.asModel
(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration) Get aModel
containing all elements obtained from the specified query result.static Model
QueryResults.asModel
(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration, ModelFactory modelFactory) Get aModel
containing all elements obtained from the specified query result. -
Uses of RDF4JException in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeClassDescriptionclass
An exception indicating that aValueExpr
could not be evaluated due to illegal or incompatible values. -
Uses of RDF4JException in org.eclipse.rdf4j.query.dawg
Modifier and TypeClassDescriptionclass
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. -
Uses of RDF4JException in org.eclipse.rdf4j.query.resultio
Modifier and TypeClassDescriptionclass
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. -
Uses of RDF4JException in org.eclipse.rdf4j.repository
Modifier and TypeClassDescriptionclass
An exception thrown by classes from the Repository API to indicate an error.class
Indicates that a Repository cannot be initialised because the configured persisted location is locked.class
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.class
A specific subtype ofRepositoryException
that indicates the connection's transaction state can not be determined. -
Uses of RDF4JException in org.eclipse.rdf4j.repository.config
Modifier and TypeClassDescriptionclass
Exception indicating a repository configuration problem. -
Uses of RDF4JException in org.eclipse.rdf4j.repository.http
Modifier and TypeClassDescriptionclass
class
-
Uses of RDF4JException in org.eclipse.rdf4j.repository.sail.helpers
Modifier and TypeMethodDescriptionprotected void
RDFSailInserter.addNamespace
(String prefix, String name) protected void
RDFSailInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of RDF4JException in org.eclipse.rdf4j.repository.util
Modifier and TypeMethodDescriptionprotected abstract void
AbstractRDFInserter.addNamespace
(String prefix, String name) protected void
RDFInserter.addNamespace
(String prefix, String name) protected abstract void
AbstractRDFInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) protected void
RDFInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of RDF4JException in org.eclipse.rdf4j.rio
Modifier and TypeClassDescriptionclass
An exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.class
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. -
Uses of RDF4JException in org.eclipse.rdf4j.rio.helpers
Modifier and TypeClassDescriptionclass
A RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported. -
Uses of RDF4JException in org.eclipse.rdf4j.sail
Modifier and TypeClassDescriptionclass
An exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.class
An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.class
Indicates that a SAIL cannot be initialised because the configured persisted location is locked.class
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.class
Indicates that a SAIL's transaction state (active or inactive) cannot be determined. -
Uses of RDF4JException in org.eclipse.rdf4j.sail.config
Modifier and TypeClassDescriptionclass
Exception indicating a sail configuration problem. -
Uses of RDF4JException in org.eclipse.rdf4j.sail.inferencer.util
Modifier and TypeMethodDescriptionprotected void
RDFInferencerInserter.addNamespace
(String prefix, String name) protected void
RDFInferencerInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of RDF4JException in org.eclipse.rdf4j.sail.shacl
-
Uses of RDF4JException in org.eclipse.rdf4j.spin
Modifier and TypeClassDescriptionclass
An exception thrown by the SPIN parser when it encounters malformed SPIN rules, constraints or constructors.Modifier and TypeMethodDescriptionboolean
SpinParser.isThisUnbound
(Resource subj, TripleSource store) protected ParsedOperation
SpinParser.parse
(Resource queryResource, IRI queryClass, TripleSource store) SpinParser.parse
(Resource queryResource, TripleSource store) SpinParser.parseArguments
(IRI moduleUri, TripleSource store) SpinParser.parseAskQuery
(Resource queryResource, TripleSource store) SpinParser.parseConstraintViolation
(Resource subj, TripleSource store) SpinParser.parseConstructQuery
(Resource queryResource, TripleSource store) SpinParser.parseDescribeQuery
(Resource queryResource, TripleSource store) SpinParser.parseExpression
(Value expr, TripleSource store) SpinParser.parseFunction
(IRI funcUri, TripleSource store) SpinParser.parseMagicProperty
(IRI propUri, TripleSource store) SpinParser.parseQuery
(Resource queryResource, TripleSource store) SpinParser.parseRuleProperties
(TripleSource store) SpinParser.parseSelectQuery
(Resource queryResource, TripleSource store) SpinParser.parseUpdate
(Resource queryResource, TripleSource store) -
Uses of RDF4JException in org.eclipse.rdf4j.spin.function
Modifier and TypeMethodDescriptionFunctionParser.parse
(IRI uri, TripleSource store) KnownFunctionParser.parse
(IRI funcUri, TripleSource store) KnownTupleFunctionParser.parse
(IRI funcUri, TripleSource store) SpinFunctionParser.parse
(IRI funcUri, TripleSource store) SpinTupleFunctionAsFunctionParser.parse
(IRI funcUri, TripleSource store) SpinTupleFunctionParser.parse
(IRI funcUri, TripleSource store) SpinxFunctionParser.parse
(IRI funcUri, TripleSource store) TupleFunctionParser.parse
(IRI uri, TripleSource store) -
Uses of RDF4JException in org.eclipse.rdf4j.spring.dao.exception
Modifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of RDF4JException in org.eclipse.rdf4j.spring.support
-
Uses of RDF4JException in org.eclipse.rdf4j.spring.tx.exception
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of RDF4JException in org.eclipse.rdf4j.testsuite.repository
Modifier and TypeMethodDescriptionstatic Repository
OptimisticIsolationTest.getEmptyInitializedRepository
(Class<?> caller) void
RepositoryConnectionTest.testAddDelete()
void
RepositoryConnectionTest.testAddDeleteAdd()
void
RepositoryConnectionTest.testAddDeleteInsert()
void
RepositoryConnectionTest.testAddRemove()
void
RepositoryConnectionTest.testAddRemoveAdd()
void
RepositoryConnectionTest.testAddRemoveInsert()
void
RepositoryConnectionTest.testInsertDelete()
final void
RepositoryConnectionTest.testInsertRemove()
-
Uses of RDF4JException in org.eclipse.rdf4j.testsuite.sparql
Modifier and TypeMethodDescriptionstatic Repository
RepositorySPARQLComplianceTestSuite.getEmptyInitializedRepository
(Class<?> caller) -
Uses of RDF4JException in org.eclipse.rdf4j.workbench.commands
Modifier and TypeMethodDescriptionprotected void
QueryServlet.doPost
(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, String xslPath) protected void
SavedQueriesServlet.doPost
(WorkbenchRequest wreq, javax.servlet.http.HttpServletResponse resp, String xslPath) protected String
QueryServlet.getQueryText
(WorkbenchRequest req) protected ExploreServlet.ResultCursor
ExploreServlet.processResource
(RepositoryConnection con, TupleResultBuilder builder, Value value, int offset, int limit, boolean render) Query the repository for all instances of the given value, optionally writing the results into the HTTP response.protected void
ExploreServlet.service
(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, TupleResultBuilder builder, RepositoryConnection con) protected void
QueryServlet.service
(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, String xslPath) protected void
SavedQueriesServlet.service
(WorkbenchRequest req, javax.servlet.http.HttpServletResponse resp, String xslPath) -
Uses of RDF4JException in org.eclipse.rdf4j.workbench.util
Modifier and TypeMethodDescriptionvoid
QueryEvaluator.extractQueryAndEvaluate
(TupleResultBuilder builder, javax.servlet.http.HttpServletResponse resp, OutputStream out, String xslPath, RepositoryConnection con, String queryText, WorkbenchRequest req, CookieHandler cookies) Evaluates the query submitted with the given request.QueryStorage.getQueryText
(HTTPRepository repository, String owner, String queryName) Retrieves the specified query text.static Query
QueryFactory.prepareQuery
(RepositoryConnection con, QueryLanguage queryLn, String query) void
QueryStorage.saveQuery
(HTTPRepository repository, String queryName, String userName, boolean shared, QueryLanguage queryLanguage, String queryText, boolean infer, int rowsPerPage) Save a query.QueryStorage.selectSavedQuery
(HTTPRepository repository, String owner, String queryName) Returns the URI for the saved query in the given repository with the given name, owned by the given owner.