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
public class ShaclSparqlConstraintFailureException extends org.eclipse.rdf4j.common.exception.RDF4JExceptionAn exception thrown when the ?failure var is true for a SPARQL constraint select query.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShaclSparqlConstraintFailureException(Shape shape, String query, org.eclipse.rdf4j.query.BindingSet resultBindingSet, org.eclipse.rdf4j.model.Value focusNode, org.eclipse.rdf4j.model.Resource[] dataGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.Resource[]getDataGraph()org.eclipse.rdf4j.model.ValuegetFocusNode()StringgetQuery()org.eclipse.rdf4j.query.BindingSetgetResultBindingSet()StringgetShape()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getShape
public String getShape()
-
getQuery
public String getQuery()
-
getResultBindingSet
public org.eclipse.rdf4j.query.BindingSet getResultBindingSet()
-
getFocusNode
public org.eclipse.rdf4j.model.Value getFocusNode()
-
getDataGraph
public org.eclipse.rdf4j.model.Resource[] getDataGraph()
-
-