Uses of Class
org.eclipse.rdf4j.common.exception.RDF4JException
-
-
Uses of RDF4JException in org.eclipse.rdf4j.collection.factory.api
Methods in org.eclipse.rdf4j.collection.factory.api that throw RDF4JException Modifier and Type Method Description voidCollectionFactory. close() -
Uses of RDF4JException in org.eclipse.rdf4j.collection.factory.impl
Methods in org.eclipse.rdf4j.collection.factory.impl that throw RDF4JException Modifier and Type Method Description voidDefaultCollectionFactory. close() -
Uses of RDF4JException in org.eclipse.rdf4j.common.exception
Subclasses of RDF4JException in org.eclipse.rdf4j.common.exception Modifier and Type Class Description classRDF4JConfigExceptionException 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 RDF4JException Modifier and Type Method Description voidRDF4JProtocolSession. 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, java.util.Set<QueryResultFormat> booleanFormats) -
Uses of RDF4JException in org.eclipse.rdf4j.http.client.shacl
Subclasses of RDF4JException in org.eclipse.rdf4j.http.client.shacl Modifier and Type Class Description classRemoteShaclValidationExceptionExperimental 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 Modifier and Type Class Description classUnauthorizedException -
Uses of RDF4JException in org.eclipse.rdf4j.model.util
Subclasses of RDF4JException in org.eclipse.rdf4j.model.util Modifier and Type Class Description classLiteralUtilExceptionAn exception thrown byLiteralswhen specific conditions are not met.classModelExceptionMethods in org.eclipse.rdf4j.model.util with type parameters of type RDF4JException Modifier and Type Method Description static <E extends RDF4JException>
voidRDFCollections. extract(GetStatementOptional statementSupplier, Resource head, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.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 suppliedConsumerfunction.static <E extends RDF4JException>
voidRDFContainers. extract(IRI containerType, GetStatementOptional statementSupplier, Resource container, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.String,java.util.function.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 RDF4JException Modifier and Type Method Description static <E extends RDF4JException>
voidRDFCollections. extract(GetStatementOptional statementSupplier, Resource head, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.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 suppliedConsumerfunction.static <E extends RDF4JException>
voidRDFContainers. extract(IRI containerType, GetStatementOptional statementSupplier, Resource container, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.String,java.util.function.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.query Modifier and Type Class Description classBooleanQueryResultHandlerExceptionAn exception that can be thrown by an BooleanQueryResultHandler when it encounters an unrecoverable error.classIncompatibleOperationExceptionAn exception indicating that a string could not be parsed into an operation of the expected type by the parser.classMalformedQueryExceptionAn exception indicating that a query could not be processed by the query parser, typically due to syntax errors.classQueryEvaluationExceptionAn exception indicating that the evaluation of a query failed.classQueryInterruptedExceptionAn exception indicating that the evaluation of a query has been interrupted, for example because it took too long to complete.classQueryResultHandlerExceptionThe super class of exceptions originating fromQueryResultHandlerimplementations.classTupleQueryResultHandlerExceptionAn exception that can be thrown by an TupleQueryResultHandler when it encounters an unrecoverable error.classUpdateExecutionExceptionAn exception indicating that the execution of an update failed.Method parameters in org.eclipse.rdf4j.query with type arguments of type RDF4JException Modifier and Type Method Description static 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.evaluation Modifier and Type Class Description classValueExprEvaluationExceptionAn 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.dawg Modifier and Type Class Description classDAWGTestResultSetParseExceptionAn 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.resultio Modifier and Type Class Description classQueryResultParseExceptionA 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.repository Modifier and Type Class Description classRepositoryExceptionAn exception thrown by classes from the Repository API to indicate an error.classRepositoryLockedExceptionIndicates that a Repository cannot be initialised because the configured persisted location is locked.classRepositoryReadOnlyExceptionIndicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.classUnknownTransactionStateExceptionA 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.config Modifier and Type Class Description classRepositoryConfigExceptionException indicating a repository configuration problem. -
Uses of RDF4JException in org.eclipse.rdf4j.repository.http
Subclasses of RDF4JException in org.eclipse.rdf4j.repository.http Modifier and Type Class Description classHTTPQueryEvaluationExceptionclassHTTPUpdateExecutionException -
Uses of RDF4JException in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers that throw RDF4JException Modifier and Type Method Description protected voidRDFSailInserter. addNamespace(java.lang.String prefix, java.lang.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 RDF4JException Modifier and Type Method Description protected abstract voidAbstractRDFInserter. addNamespace(java.lang.String prefix, java.lang.String name)protected voidRDFInserter. addNamespace(java.lang.String prefix, java.lang.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.rio Modifier and Type Class Description classRDFHandlerExceptionAn exception that can be thrown by an RDFHandler when it encounters an unrecoverable error.classRDFParseExceptionA 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.helpers Modifier and Type Class Description classRioConfigurationExceptionA 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.sail Modifier and Type Class Description classSailConflictExceptionAn exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.classSailExceptionAn exception thrown by some methods in Sail to indicate that a requested operation could not be executed.classSailLockedExceptionIndicates that a SAIL cannot be initialised because the configured persisted location is locked.classSailReadOnlyExceptionIndicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.classUnknownSailTransactionStateExceptionIndicates 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.config Modifier and Type Class Description classSailConfigExceptionException 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 RDF4JException Modifier and Type Method Description protected voidRDFInferencerInserter. addNamespace(java.lang.String prefix, java.lang.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 Modifier and Type Class Description classShaclSailValidationException -
Uses of RDF4JException in org.eclipse.rdf4j.sail.shacl.ast
Subclasses of RDF4JException in org.eclipse.rdf4j.sail.shacl.ast Modifier and Type Class Description classShaclParsingExceptionAn exception indicating that something went wrong when parsing the SHACL statements, but without a specific shape being the cause.classShaclShapeParsingExceptionAn exception indicating that something went wrong when parsing a shape.classShaclSparqlConstraintFailureExceptionAn 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 RDF4JException Modifier and Type Method Description private SailRepositoryRdf4jShaclShapeGraphShapeSource. forwardChain(CloseableIteration<? extends Statement,? extends RDF4JException> statements) -
Uses of RDF4JException in org.eclipse.rdf4j.spin
Subclasses of RDF4JException in org.eclipse.rdf4j.spin Modifier and Type Class Description classMalformedSpinExceptionAn exception thrown by the SPIN parser when it encounters malformed SPIN rules, constraints or constructors.Methods in org.eclipse.rdf4j.spin that throw RDF4JException Modifier and Type Method Description private ProjectionElemSpinParser.SpinVisitor. createProjectionElem(Value v, java.lang.String projName, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)private java.util.List<ValueExpr>SpinParser.SpinVisitor. getArgs(Resource r, IRI func, IRI... knownArgs)private intSpinParser. getMaxIterationCount(Resource ruleProp, TripleSource store)private java.util.List<IRI>SpinParser. getNextRules(Resource ruleProp, TripleSource store)private TemplateSpinParser. getTemplate(IRI tmplUri, IRI queryType, java.util.Set<IRI> abstractTmpls, TripleSource store)private VarSpinParser.SpinVisitor. getVar(Value v)private java.lang.StringSpinParser.SpinVisitor. getVarName(Resource r)booleanSpinParser. isThisUnbound(Resource subj, TripleSource store)protected ParsedOperationSpinParser. parse(Resource queryResource, IRI queryClass, TripleSource store)ParsedOperationSpinParser. parse(Resource queryResource, TripleSource store)java.util.Map<IRI,Argument>SpinParser. parseArguments(IRI moduleUri, TripleSource store)private voidSpinParser. parseArguments(IRI moduleUri, TripleSource store, java.util.Map<IRI,Argument> args)ParsedBooleanQuerySpinParser. parseAskQuery(Resource queryResource, TripleSource store)ConstraintViolationSpinParser. parseConstraintViolation(Resource subj, TripleSource store)ParsedGraphQuerySpinParser. parseConstructQuery(Resource queryResource, TripleSource store)ParsedDescribeQuerySpinParser. parseDescribeQuery(Resource queryResource, TripleSource store)ValueExprSpinParser. parseExpression(Value expr, TripleSource store)FunctionSpinParser. parseFunction(IRI funcUri, TripleSource store)TupleFunctionSpinParser. parseMagicProperty(IRI propUri, TripleSource store)ParsedQuerySpinParser. parseQuery(Resource queryResource, TripleSource store)private ParsedOperationSpinParser. parseRDF(Resource queryResource, IRI queryType, TripleSource store)java.util.Map<IRI,RuleProperty>SpinParser. parseRuleProperties(TripleSource store)ParsedTupleQuerySpinParser. parseSelectQuery(Resource queryResource, TripleSource store)private java.util.Map<IRI,Argument>SpinParser. parseTemplateArguments(IRI tmplUri, java.util.Set<IRI> abstractTmpls, TripleSource store)private TemplateSpinParser. parseTemplateInternal(IRI tmplUri, IRI queryType, java.util.Set<IRI> abstractTmpls, TripleSource store)private ParsedOperationSpinParser. parseText(Resource queryResource, IRI queryType, TripleSource store)ParsedUpdateSpinParser. parseUpdate(Resource queryResource, TripleSource store)private ValueExprSpinParser.SpinVisitor. toValueExpr(Resource r, IRI func)voidSpinParser.SpinVisitor. visitAsk(Resource ask)private voidSpinParser.SpinVisitor. visitBind(Resource r)voidSpinParser.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)TupleExprSpinParser.SpinVisitor. visitGroupGraphPattern(Resource group)private TupleExprSpinParser.SpinVisitor. visitHaving(Resource having)private voidSpinParser.SpinVisitor. visitInsert(Resource insert)voidSpinParser.SpinVisitor. visitInsertData(Resource query)voidSpinParser.SpinVisitor. visitLoad(Resource query)voidSpinParser.SpinVisitor. visitModify(Resource query)private OrderSpinParser.SpinVisitor. visitOrderBy(Resource orderby)private OrderElemSpinParser.SpinVisitor. visitOrderByCondition(Resource r)private voidSpinParser.SpinVisitor. visitPattern(Resource r, java.util.Set<IRI> types, TupleExpr currentGroupExpr)private ProjectionElemSpinParser.SpinVisitor. visitResultNode(Resource r)private ProjectionSpinParser.SpinVisitor. visitResultNodes(Resource resultNodes)private ProjectionElemSpinParser.SpinVisitor. visitResultVariable(Resource r, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)private ProjectionSpinParser.SpinVisitor. visitResultVariables(Resource resultVars, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)voidSpinParser.SpinVisitor. visitSelect(Resource select)private ProjectionElemListSpinParser.SpinVisitor. visitTemplate(Resource r)private UnaryTupleOperatorSpinParser.SpinVisitor. visitTemplates(Resource templates)TupleExprSpinParser.SpinVisitor. visitWhere(Resource query) -
Uses of RDF4JException in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that throw RDF4JException Modifier and Type Method Description private booleanEvalFunction. isQuery(Resource r, TripleSource store)FunctionFunctionParser. parse(IRI uri, TripleSource store)FunctionKnownFunctionParser. parse(IRI funcUri, TripleSource store)TupleFunctionKnownTupleFunctionParser. parse(IRI funcUri, TripleSource store)FunctionSpinFunctionParser. parse(IRI funcUri, TripleSource store)FunctionSpinTupleFunctionAsFunctionParser. parse(IRI funcUri, TripleSource store)TupleFunctionSpinTupleFunctionParser. parse(IRI funcUri, TripleSource store)FunctionSpinxFunctionParser. parse(IRI funcUri, TripleSource store)TupleFunctionTupleFunctionParser. parse(IRI uri, TripleSource store)
-