Package org.eclipse.rdf4j.spin
Class ConstraintViolation
java.lang.Object
org.eclipse.rdf4j.spin.ConstraintViolation
- All Implemented Interfaces:
Serializable
Class to store SPIN constraint violation RDF statements.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstraintViolation
(String message, String root, String path, String value, ConstraintViolationLevel level) -
Method Summary
-
Constructor Details
-
ConstraintViolation
public ConstraintViolation(String message, String root, String path, String value, ConstraintViolationLevel level)
-
-
Method Details
-
getMessage
-
getRoot
-
getPath
-
getValue
-
getLevel
-