public class ConstraintViolationException extends ModelException
| Constructor and Description |
|---|
ConstraintViolationException(List<org.spinrdf.constraints.ConstraintViolation> cvs,
org.apache.jena.rdf.model.Model model) |
ConstraintViolationException(List<org.spinrdf.constraints.ConstraintViolation> cvs,
org.apache.jena.rdf.model.Model model,
String graphURI) |
| Modifier and Type | Method and Description |
|---|---|
List<org.spinrdf.constraints.ConstraintViolation> |
getConstraintViolations() |
getModeladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConstraintViolationException(List<org.spinrdf.constraints.ConstraintViolation> cvs, org.apache.jena.rdf.model.Model model, String graphURI)
public ConstraintViolationException(List<org.spinrdf.constraints.ConstraintViolation> cvs, org.apache.jena.rdf.model.Model model)
public List<org.spinrdf.constraints.ConstraintViolation> getConstraintViolations()
Copyright © 2015–2019. All rights reserved.