Package org.eclipse.rdf4j.sail.shacl.ast
Class ShaclSparqlConstraintFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.sail.shacl.ast.ShaclSparqlConstraintFailureException
- All Implemented Interfaces:
Serializable
An exception thrown when the ?failure var is true for a SPARQL constraint select query.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Resource[]
private final Value
private final String
private final BindingSet
private final Shape
-
Constructor Summary
ConstructorsConstructorDescriptionShaclSparqlConstraintFailureException
(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
shape
-
query
-
resultBindingSet
-
focusNode
-
dataGraph
-
-
Constructor Details
-
ShaclSparqlConstraintFailureException
public ShaclSparqlConstraintFailureException(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph)
-
-
Method Details
-
getShape
-
getQuery
-
getResultBindingSet
-
getFocusNode
-
getDataGraph
-
resourceToString
-
valueToString
-