Class ShaclSparqlConstraintFailureException

All Implemented Interfaces:
Serializable

public class ShaclSparqlConstraintFailureException extends RDF4JException
An exception thrown when the ?failure var is true for a SPARQL constraint select query.
See Also:
  • Constructor Details

    • ShaclSparqlConstraintFailureException

      public ShaclSparqlConstraintFailureException(Shape shape, String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph)
  • Method Details

    • getShape

      public String getShape()
    • getQuery

      public String getQuery()
    • getResultBindingSet

      public BindingSet getResultBindingSet()
    • getFocusNode

      public Value getFocusNode()
    • getDataGraph

      public Resource[] getDataGraph()