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:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstraintViolation
(String message, String root, String path, String value, ConstraintViolationLevel level) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
message
-
root
-
path
-
value
-
level
-
-
Constructor Details
-
ConstraintViolation
public ConstraintViolation(String message, String root, String path, String value, ConstraintViolationLevel level)
-
-
Method Details
-
getMessage
-
getRoot
-
getPath
-
getValue
-
getLevel
-