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 void
CollectionFactory. 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 void
DefaultCollectionFactory. close()
-
Uses of RDF4JException in org.eclipse.rdf4j.common.exception
Subclasses of RDF4JException in org.eclipse.rdf4j.common.exception Modifier and Type Class Description class
RDF4JConfigException
Exception 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 void
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()
private org.apache.http.HttpResponse
SPARQLProtocolSession. 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 class
RemoteShaclValidationException
Experimental 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 class
UnauthorizedException
-
Uses of RDF4JException in org.eclipse.rdf4j.model.util
Subclasses of RDF4JException in org.eclipse.rdf4j.model.util Modifier and Type Class Description class
LiteralUtilException
An exception thrown byLiterals
when specific conditions are not met.class
ModelException
Methods 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 suppliedConsumer
function.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 suppliedConsumer
function.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 suppliedConsumer
function.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 suppliedConsumer
function. -
Uses of RDF4JException in org.eclipse.rdf4j.query
Subclasses of RDF4JException in org.eclipse.rdf4j.query Modifier and Type Class 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 fromQueryResultHandler
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.Method parameters in org.eclipse.rdf4j.query with type arguments of type RDF4JException Modifier and Type Method Description static 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
Subclasses of RDF4JException in org.eclipse.rdf4j.query.algebra.evaluation Modifier and Type Class Description class
ValueExprEvaluationException
An exception indicating that aValueExpr
could 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 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. -
Uses of RDF4JException in org.eclipse.rdf4j.query.resultio
Subclasses of RDF4JException in org.eclipse.rdf4j.query.resultio Modifier and Type Class 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. -
Uses of RDF4JException in org.eclipse.rdf4j.repository
Subclasses of RDF4JException in org.eclipse.rdf4j.repository Modifier and Type Class 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 ofRepositoryException
that 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 class
RepositoryConfigException
Exception 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 class
HTTPQueryEvaluationException
class
HTTPUpdateExecutionException
-
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 void
RDFSailInserter. addNamespace(java.lang.String prefix, java.lang.String name)
protected void
RDFSailInserter. 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 void
AbstractRDFInserter. addNamespace(java.lang.String prefix, java.lang.String name)
protected void
RDFInserter. addNamespace(java.lang.String prefix, java.lang.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
Subclasses of RDF4JException in org.eclipse.rdf4j.rio Modifier and Type Class 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. -
Uses of RDF4JException in org.eclipse.rdf4j.rio.helpers
Subclasses of RDF4JException in org.eclipse.rdf4j.rio.helpers Modifier and Type Class Description class
RioConfigurationException
A 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 class
SailConflictException
An exception thrown by some methods in Sail to indicate that a requested isolation level could not be fulfilled.class
SailException
An exception thrown by some methods in Sail to indicate that a requested operation could not be executed.class
SailLockedException
Indicates that a SAIL cannot be initialised because the configured persisted location is locked.class
SailReadOnlyException
Indicates that the current write operation did not succeed because the SAIL cannot be written to, it can only be read from.class
UnknownSailTransactionStateException
Indicates 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 class
SailConfigException
Exception 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 void
RDFInferencerInserter. addNamespace(java.lang.String prefix, java.lang.String name)
protected void
RDFInferencerInserter. 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 class
ShaclSailValidationException
-
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 class
ShaclParsingException
An exception indicating that something went wrong when parsing the SHACL statements, but without a specific shape being the cause.class
ShaclShapeParsingException
An exception indicating that something went wrong when parsing a shape.class
ShaclSparqlConstraintFailureException
An 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 SailRepository
Rdf4jShaclShapeGraphShapeSource. 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 class
MalformedSpinException
An 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 ProjectionElem
SpinParser.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 int
SpinParser. getMaxIterationCount(Resource ruleProp, TripleSource store)
private java.util.List<IRI>
SpinParser. getNextRules(Resource ruleProp, TripleSource store)
private Template
SpinParser. getTemplate(IRI tmplUri, IRI queryType, java.util.Set<IRI> abstractTmpls, TripleSource store)
private Var
SpinParser.SpinVisitor. getVar(Value v)
private java.lang.String
SpinParser.SpinVisitor. getVarName(Resource r)
boolean
SpinParser. isThisUnbound(Resource subj, TripleSource store)
protected ParsedOperation
SpinParser. parse(Resource queryResource, IRI queryClass, TripleSource store)
ParsedOperation
SpinParser. parse(Resource queryResource, TripleSource store)
java.util.Map<IRI,Argument>
SpinParser. parseArguments(IRI moduleUri, TripleSource store)
private void
SpinParser. parseArguments(IRI moduleUri, TripleSource store, java.util.Map<IRI,Argument> args)
ParsedBooleanQuery
SpinParser. parseAskQuery(Resource queryResource, TripleSource store)
ConstraintViolation
SpinParser. parseConstraintViolation(Resource subj, TripleSource store)
ParsedGraphQuery
SpinParser. parseConstructQuery(Resource queryResource, TripleSource store)
ParsedDescribeQuery
SpinParser. parseDescribeQuery(Resource queryResource, TripleSource store)
ValueExpr
SpinParser. parseExpression(Value expr, TripleSource store)
Function
SpinParser. parseFunction(IRI funcUri, TripleSource store)
TupleFunction
SpinParser. parseMagicProperty(IRI propUri, TripleSource store)
ParsedQuery
SpinParser. parseQuery(Resource queryResource, TripleSource store)
private ParsedOperation
SpinParser. parseRDF(Resource queryResource, IRI queryType, TripleSource store)
java.util.Map<IRI,RuleProperty>
SpinParser. parseRuleProperties(TripleSource store)
ParsedTupleQuery
SpinParser. parseSelectQuery(Resource queryResource, TripleSource store)
private java.util.Map<IRI,Argument>
SpinParser. parseTemplateArguments(IRI tmplUri, java.util.Set<IRI> abstractTmpls, TripleSource store)
private Template
SpinParser. parseTemplateInternal(IRI tmplUri, IRI queryType, java.util.Set<IRI> abstractTmpls, TripleSource store)
private ParsedOperation
SpinParser. parseText(Resource queryResource, IRI queryType, TripleSource store)
ParsedUpdate
SpinParser. parseUpdate(Resource queryResource, TripleSource store)
private ValueExpr
SpinParser.SpinVisitor. toValueExpr(Resource r, IRI func)
void
SpinParser.SpinVisitor. visitAsk(Resource ask)
private void
SpinParser.SpinVisitor. visitBind(Resource r)
void
SpinParser.SpinVisitor. visitClear(Resource query)
void
SpinParser.SpinVisitor. visitConstruct(Resource construct)
void
SpinParser.SpinVisitor. visitCreate(Resource query)
private void
SpinParser.SpinVisitor. visitDelete(Resource delete)
void
SpinParser.SpinVisitor. visitDeleteData(Resource query)
void
SpinParser.SpinVisitor. visitDeleteWhere(Resource query)
void
SpinParser.SpinVisitor. visitDescribe(Resource describe)
private ValueExpr
SpinParser.SpinVisitor. visitExpression(Value v)
private void
SpinParser.SpinVisitor. visitFilter(Resource r)
private void
SpinParser.SpinVisitor. visitGroupBy(Resource groupby)
TupleExpr
SpinParser.SpinVisitor. visitGroupGraphPattern(Resource group)
private TupleExpr
SpinParser.SpinVisitor. visitHaving(Resource having)
private void
SpinParser.SpinVisitor. visitInsert(Resource insert)
void
SpinParser.SpinVisitor. visitInsertData(Resource query)
void
SpinParser.SpinVisitor. visitLoad(Resource query)
void
SpinParser.SpinVisitor. visitModify(Resource query)
private Order
SpinParser.SpinVisitor. visitOrderBy(Resource orderby)
private OrderElem
SpinParser.SpinVisitor. visitOrderByCondition(Resource r)
private void
SpinParser.SpinVisitor. visitPattern(Resource r, java.util.Set<IRI> types, TupleExpr currentGroupExpr)
private ProjectionElem
SpinParser.SpinVisitor. visitResultNode(Resource r)
private Projection
SpinParser.SpinVisitor. visitResultNodes(Resource resultNodes)
private ProjectionElem
SpinParser.SpinVisitor. visitResultVariable(Resource r, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)
private Projection
SpinParser.SpinVisitor. visitResultVariables(Resource resultVars, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)
void
SpinParser.SpinVisitor. visitSelect(Resource select)
private ProjectionElemList
SpinParser.SpinVisitor. visitTemplate(Resource r)
private UnaryTupleOperator
SpinParser.SpinVisitor. visitTemplates(Resource templates)
TupleExpr
SpinParser.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 boolean
EvalFunction. isQuery(Resource r, TripleSource store)
Function
FunctionParser. parse(IRI uri, TripleSource store)
Function
KnownFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
KnownTupleFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinTupleFunctionAsFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
SpinTupleFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinxFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
TupleFunctionParser. parse(IRI uri, TripleSource store)
-