Class ShaclSparqlConstraintFailureException

  • All Implemented Interfaces:
    Serializable

    public class ShaclSparqlConstraintFailureException
    extends org.eclipse.rdf4j.common.exception.RDF4JException
    An exception thrown when the ?failure var is true for a SPARQL constraint select query.
    See Also:
    Serialized Form
    • Constructor Detail

      • ShaclSparqlConstraintFailureException

        public ShaclSparqlConstraintFailureException​(Shape shape,
                                                     String query,
                                                     org.eclipse.rdf4j.query.BindingSet resultBindingSet,
                                                     org.eclipse.rdf4j.model.Value focusNode,
                                                     org.eclipse.rdf4j.model.Resource[] dataGraph)
    • 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()