Uses of Class
org.eclipse.rdf4j.common.exception.RDF4JException
Packages that use 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
SailRepositoryHelper 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.
-
Uses of RDF4JException in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that throw RDF4JException -
Uses of RDF4JException in org.eclipse.rdf4j.collection.factory.impl
Methods in org.eclipse.rdf4j.collection.factory.impl that throw RDF4JException -
Uses of RDF4JException in org.eclipse.rdf4j.common.exception
Subclasses of RDF4JException in org.eclipse.rdf4j.common.exceptionModifier and TypeClassDescriptionclassException indicating a configuration problem in an RDF4J component. -
Uses of RDF4JException in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client that throw RDF4JExceptionModifier and TypeMethodDescriptionvoidRDF4JProtocolSession.beginTransaction(IsolationLevel isolationLevel) voidRDF4JProtocolSession.beginTransaction(TransactionSetting... transactionSettings) voidRDF4JProtocolSession.commitTransaction()protected org.apache.http.HttpResponseSPARQLProtocolSession.execute(org.apache.http.client.methods.HttpUriRequest method) protected voidSPARQLProtocolSession.executeNoContent(org.apache.http.client.methods.HttpUriRequest method) protected org.apache.http.HttpResponseSPARQLProtocolSession.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 booleanSPARQLProtocolSession.getBoolean(org.apache.http.client.methods.HttpUriRequest method) Parse the response in this thread using a suitableBooleanQueryResultParser.voidRDF4JProtocolSession.prepareTransaction()voidRDF4JProtocolSession.rollbackTransaction()private org.apache.http.HttpResponseSPARQLProtocolSession.sendBooleanQueryViaHttp(org.apache.http.client.methods.HttpUriRequest method, Set<QueryResultFormat> booleanFormats) -
Uses of RDF4JException in org.eclipse.rdf4j.http.client.shacl
Subclasses of RDF4JException in org.eclipse.rdf4j.http.client.shaclModifier and TypeClassDescriptionclassExperimental support for handling SHACL violations against a remote RDF4J server. -
Uses of RDF4JException in org.eclipse.rdf4j.http.protocol
Subclasses of RDF4JException in org.eclipse.rdf4j.http.protocol -
Uses of RDF4JException in org.eclipse.rdf4j.model.util
Subclasses of RDF4JException in org.eclipse.rdf4j.model.utilModifier and TypeClassDescriptionclassAn exception thrown byLiteralswhen specific conditions are not met.classMethods in org.eclipse.rdf4j.model.util with type parameters of type RDF4JExceptionModifier 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 suppliedConsumerfunction.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 suppliedConsumerfunction.Methods in org.eclipse.rdf4j.model.util that throw RDF4JExceptionModifier 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 suppliedConsumerfunction.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 suppliedConsumerfunction. -
Uses of RDF4JException in org.eclipse.rdf4j.query
Subclasses of RDF4JException in org.eclipse.rdf4j.queryModifier and TypeClassDescriptionclassAn exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.classAn exception indicating that a string could not be parsed into an operation of the expected type by the parser.classAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.classAn exception indicating that the evaluation of a query failed.classAn exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.classThe super class of exceptions originating fromQueryResultHandlerimplementations.classAn exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.classAn exception indicating that the execution of an update failed.Method parameters in org.eclipse.rdf4j.query with type arguments of type RDF4JExceptionModifier and TypeMethodDescriptionstatic ModelQueryResults.asModel(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration) Get aModelcontaining all elements obtained from the specified query result.static ModelQueryResults.asModel(CloseableIteration<? extends Statement, ? extends RDF4JException> iteration, ModelFactory modelFactory) Get aModelcontaining all elements obtained from the specified query result. -
Uses of RDF4JException in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of RDF4JException in org.eclipse.rdf4j.query.algebra.evaluationModifier and TypeClassDescriptionclassAn exception indicating that aValueExprcould not be evaluated due to illegal or incompatible values. -
Uses of RDF4JException in org.eclipse.rdf4j.query.dawg
Subclasses of RDF4JException in org.eclipse.rdf4j.query.dawgModifier and TypeClassDescriptionclassAn 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
Subclasses of RDF4JException in org.eclipse.rdf4j.query.resultioModifier and TypeClassDescriptionclassA 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
Subclasses of RDF4JException in org.eclipse.rdf4j.repositoryModifier and TypeClassDescriptionclassAn exception thrown by classes from the Repository API to indicate an error.classIndicates that a Repository cannot be initialised because the configured persisted location is locked.classIndicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.classA specific subtype ofRepositoryExceptionthat indicates the connection's transaction state can not be determined. -
Uses of RDF4JException in org.eclipse.rdf4j.repository.config
Subclasses of RDF4JException in org.eclipse.rdf4j.repository.configModifier and TypeClassDescriptionclassException indicating a repository configuration problem. -
Uses of RDF4JException in org.eclipse.rdf4j.repository.http
Subclasses of RDF4JException in org.eclipse.rdf4j.repository.httpModifier and TypeClassDescriptionclassclass -
Uses of RDF4JException in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that throw RDF4JExceptionModifier and TypeMethodDescriptionprotected voidRDFSailInserter.addNamespace(String prefix, String name) protected voidRDFSailInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of RDF4JException in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util that throw RDF4JExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractRDFInserter.addNamespace(String prefix, String name) protected voidRDFInserter.addNamespace(String prefix, String name) protected abstract voidAbstractRDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) protected voidRDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of RDF4JException in org.eclipse.rdf4j.rio
Subclasses of RDF4JException in org.eclipse.rdf4j.rioModifier and TypeClassDescriptionclassAn exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.classA 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
Subclasses of RDF4JException in org.eclipse.rdf4j.rio.helpersModifier and TypeClassDescriptionclassA RuntimeException indicating that a specific Rio parser/writer configuration setting is not supported. -
Uses of RDF4JException in org.eclipse.rdf4j.sail
Subclasses of RDF4JException in org.eclipse.rdf4j.sailModifier and TypeClassDescriptionclassAn exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.classAn exception thrown by some methods in Sail to indicate that a requested operation could not be executed.classIndicates that a SAIL cannot be initialised because the configured persisted location is locked.classIndicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.classIndicates that a SAIL's transaction state (active or inactive) cannot be determined. -
Uses of RDF4JException in org.eclipse.rdf4j.sail.config
Subclasses of RDF4JException in org.eclipse.rdf4j.sail.configModifier and TypeClassDescriptionclassException indicating a sail configuration problem. -
Uses of RDF4JException in org.eclipse.rdf4j.sail.inferencer.util
Methods in org.eclipse.rdf4j.sail.inferencer.util that throw RDF4JExceptionModifier and TypeMethodDescriptionprotected voidRDFInferencerInserter.addNamespace(String prefix, String name) protected voidRDFInferencerInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of RDF4JException in org.eclipse.rdf4j.sail.shacl
Subclasses of RDF4JException in org.eclipse.rdf4j.sail.shacl -
Uses of RDF4JException in org.eclipse.rdf4j.sail.shacl.ast
Subclasses of RDF4JException in org.eclipse.rdf4j.sail.shacl.astModifier and TypeClassDescriptionclassAn exception indicating that something went wrong when parsing the SHACL statements, but without a specific shape being the cause.classAn exception indicating that something went wrong when parsing a shape.classAn exception thrown when the ?failure var is true for a SPARQL constraint select query. -
Uses of RDF4JException in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Method parameters in org.eclipse.rdf4j.sail.shacl.wrapper.shape with type arguments of type RDF4JExceptionModifier and TypeMethodDescriptionprivate SailRepositoryRdf4jShaclShapeGraphShapeSource.forwardChain(CloseableIteration<? extends Statement, ? extends RDF4JException> statements) -
Uses of RDF4JException in org.eclipse.rdf4j.spin
Subclasses of RDF4JException in org.eclipse.rdf4j.spinModifier and TypeClassDescriptionclassAn exception thrown by the SPIN parser when it encounters malformed SPIN rules, constraints or constructors.Methods in org.eclipse.rdf4j.spin that throw RDF4JExceptionModifier and TypeMethodDescriptionprivate ProjectionElemSpinParser.SpinVisitor.createProjectionElem(Value v, String projName, Map<String, ProjectionElem> previousProjElems) private intSpinParser.getMaxIterationCount(Resource ruleProp, TripleSource store) SpinParser.getNextRules(Resource ruleProp, TripleSource store) private TemplateSpinParser.getTemplate(IRI tmplUri, IRI queryType, Set<IRI> abstractTmpls, TripleSource store) private Varprivate StringSpinParser.SpinVisitor.getVarName(Resource r) booleanSpinParser.isThisUnbound(Resource subj, TripleSource store) protected ParsedOperationSpinParser.parse(Resource queryResource, IRI queryClass, TripleSource store) SpinParser.parse(Resource queryResource, TripleSource store) SpinParser.parseArguments(IRI moduleUri, TripleSource store) private voidSpinParser.parseArguments(IRI moduleUri, TripleSource store, Map<IRI, Argument> args) 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) private ParsedOperationSpinParser.parseRDF(Resource queryResource, IRI queryType, TripleSource store) SpinParser.parseRuleProperties(TripleSource store) SpinParser.parseSelectQuery(Resource queryResource, TripleSource store) SpinParser.parseTemplateArguments(IRI tmplUri, Set<IRI> abstractTmpls, TripleSource store) private TemplateSpinParser.parseTemplateInternal(IRI tmplUri, IRI queryType, Set<IRI> abstractTmpls, TripleSource store) private ParsedOperationSpinParser.parseText(Resource queryResource, IRI queryType, TripleSource store) SpinParser.parseUpdate(Resource queryResource, TripleSource store) private ValueExprSpinParser.SpinVisitor.toValueExpr(Resource r, IRI func) voidprivate voidvoidSpinParser.SpinVisitor.visitClear(Resource query) voidSpinParser.SpinVisitor.visitConstruct(Resource construct) voidSpinParser.SpinVisitor.visitCreate(Resource query) private voidSpinParser.SpinVisitor.visitDelete(Resource delete) voidSpinParser.SpinVisitor.visitDeleteData(Resource query) voidSpinParser.SpinVisitor.visitDeleteWhere(Resource query) voidSpinParser.SpinVisitor.visitDescribe(Resource describe) private ValueExprSpinParser.SpinVisitor.visitExpression(Value v) private voidSpinParser.SpinVisitor.visitFilter(Resource r) private voidSpinParser.SpinVisitor.visitGroupBy(Resource groupby) SpinParser.SpinVisitor.visitGroupGraphPattern(Resource group) private TupleExprSpinParser.SpinVisitor.visitHaving(Resource having) private voidSpinParser.SpinVisitor.visitInsert(Resource insert) voidSpinParser.SpinVisitor.visitInsertData(Resource query) voidvoidSpinParser.SpinVisitor.visitModify(Resource query) private OrderSpinParser.SpinVisitor.visitOrderBy(Resource orderby) private OrderElemSpinParser.SpinVisitor.visitOrderByCondition(Resource r) private voidSpinParser.SpinVisitor.visitPattern(Resource r, Set<IRI> types, TupleExpr currentGroupExpr) private ProjectionElemSpinParser.SpinVisitor.visitResultNode(Resource r) private ProjectionSpinParser.SpinVisitor.visitResultNodes(Resource resultNodes) private ProjectionElemSpinParser.SpinVisitor.visitResultVariable(Resource r, Map<String, ProjectionElem> previousProjElems) private ProjectionSpinParser.SpinVisitor.visitResultVariables(Resource resultVars, Map<String, ProjectionElem> previousProjElems) voidSpinParser.SpinVisitor.visitSelect(Resource select) private ProjectionElemListSpinParser.SpinVisitor.visitTemplate(Resource r) private UnaryTupleOperatorSpinParser.SpinVisitor.visitTemplates(Resource templates) SpinParser.SpinVisitor.visitWhere(Resource query) -
Uses of RDF4JException in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that throw RDF4JExceptionModifier and TypeMethodDescriptionprivate booleanEvalFunction.isQuery(Resource r, TripleSource store) FunctionParser.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)