Package com.atomgraph.server.exception
Class SPINConstraintViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atomgraph.server.exception.ModelException
com.atomgraph.server.exception.SPINConstraintViolationException
- All Implemented Interfaces:
Serializable
- Author:
- Martynas Jusevičius <martynas@atomgraph.com>
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSPINConstraintViolationException(List<com.atomgraph.spinrdf.constraints.ConstraintViolation> cvs, org.apache.jena.rdf.model.Model model) SPINConstraintViolationException(List<com.atomgraph.spinrdf.constraints.ConstraintViolation> cvs, org.apache.jena.rdf.model.Model model, String graphURI) -
Method Summary
Methods inherited from class com.atomgraph.server.exception.ModelException
getModelMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SPINConstraintViolationException
-
SPINConstraintViolationException
public SPINConstraintViolationException(List<com.atomgraph.spinrdf.constraints.ConstraintViolation> cvs, org.apache.jena.rdf.model.Model model)
-
-
Method Details
-
getConstraintViolations
-