Uses of Class
org.eclipse.rdf4j.OpenRDFException
-
Packages that use OpenRDFException Package Description org.eclipse.rdf4j org.eclipse.rdf4j.federated.exception org.eclipse.rdf4j.http.client.shacl org.eclipse.rdf4j.http.protocol org.eclipse.rdf4j.model.util Helper classes for working with RDF models.org.eclipse.rdf4j.query Interfaces and classes for handling queries and query results.org.eclipse.rdf4j.query.algebra.evaluation org.eclipse.rdf4j.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabularyorg.eclipse.rdf4j.query.resultio org.eclipse.rdf4j.repository The Repository API: the main API for accessing rdf databases and SPARQL endpoints.org.eclipse.rdf4j.repository.config Repository configuration interfaces.org.eclipse.rdf4j.repository.http A repository that serves as a proxy client for a remote repository on an RDF4J Server.org.eclipse.rdf4j.rio Rio: The RDF4J parser/writer API.org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.org.eclipse.rdf4j.sail.config org.eclipse.rdf4j.sail.shacl A Sail implementation for SHACL constraint checking.org.eclipse.rdf4j.sail.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262org.eclipse.rdf4j.spin See discussion at https://github.com/eclipse/rdf4j/issues/1262 -
-
Uses of OpenRDFException in org.eclipse.rdf4j
Subclasses of OpenRDFException in org.eclipse.rdf4j Modifier and Type Class Description classRDF4JConfigExceptionException indicating a configuration problem in an RDF4J component.classRDF4JExceptionGeneral superclass of all unchecked exceptions that parts of RDF4J can throw. -
Uses of OpenRDFException in org.eclipse.rdf4j.federated.exception
Subclasses of OpenRDFException in org.eclipse.rdf4j.federated.exception Modifier and Type Class Description classFedXExceptionBase class for any FedX Exception. -
Uses of OpenRDFException in org.eclipse.rdf4j.http.client.shacl
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.http.protocol
Subclasses of OpenRDFException in org.eclipse.rdf4j.http.protocol Modifier and Type Class Description classUnauthorizedException -
Uses of OpenRDFException in org.eclipse.rdf4j.model.util
Subclasses of OpenRDFException in org.eclipse.rdf4j.model.util Modifier and Type Class Description classLiteralUtilExceptionAn exception thrown byLiteralswhen specific conditions are not met.classModelException -
Uses of OpenRDFException in org.eclipse.rdf4j.query
Subclasses of OpenRDFException 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. -
Uses of OpenRDFException in org.eclipse.rdf4j.query.algebra.evaluation
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.query.dawg
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.query.resultio
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.repository
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.repository.config
Subclasses of OpenRDFException in org.eclipse.rdf4j.repository.config Modifier and Type Class Description classRepositoryConfigExceptionException indicating a repository configuration problem. -
Uses of OpenRDFException in org.eclipse.rdf4j.repository.http
Subclasses of OpenRDFException in org.eclipse.rdf4j.repository.http Modifier and Type Class Description classHTTPQueryEvaluationExceptionclassHTTPUpdateExecutionException -
Uses of OpenRDFException in org.eclipse.rdf4j.rio
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.rio.helpers
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.sail
Subclasses of OpenRDFException 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 OpenRDFException in org.eclipse.rdf4j.sail.config
Subclasses of OpenRDFException in org.eclipse.rdf4j.sail.config Modifier and Type Class Description classSailConfigExceptionException indicating a sail configuration problem. -
Uses of OpenRDFException in org.eclipse.rdf4j.sail.shacl
Subclasses of OpenRDFException in org.eclipse.rdf4j.sail.shacl Modifier and Type Class Description classShaclSailValidationException -
Uses of OpenRDFException in org.eclipse.rdf4j.sail.spin
Subclasses of OpenRDFException in org.eclipse.rdf4j.sail.spin Modifier and Type Class Description classConstraintViolationExceptionException thrown when a SPIN constraint is violated.Methods in org.eclipse.rdf4j.sail.spin that throw OpenRDFException Modifier and Type Method Description static ConstraintViolationSpinInferencing. checkConstraint(Resource subj, Resource constraint, QueryPreparer queryPreparer, SpinParser parser)static intSpinInferencing. executeRule(Resource subj, Resource rule, QueryPreparer queryPreparer, SpinParser parser, InferencerConnection conn) -
Uses of OpenRDFException in org.eclipse.rdf4j.spin
Subclasses of OpenRDFException 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.
-