Class SPINConstraintViolationException

All Implemented Interfaces:
Serializable

public class SPINConstraintViolationException extends ModelException
Author:
Martynas Jusevičius <martynas@atomgraph.com>
See Also:
  • Constructor Details

    • SPINConstraintViolationException

      public SPINConstraintViolationException(List<com.atomgraph.spinrdf.constraints.ConstraintViolation> cvs, org.apache.jena.rdf.model.Model model, String graphURI)
    • SPINConstraintViolationException

      public SPINConstraintViolationException(List<com.atomgraph.spinrdf.constraints.ConstraintViolation> cvs, org.apache.jena.rdf.model.Model model)
  • Method Details

    • getConstraintViolations

      public List<com.atomgraph.spinrdf.constraints.ConstraintViolation> getConstraintViolations()