Package org.eclipse.rdf4j.sail.shacl
Class ShaclSailValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.sail.SailException
org.eclipse.rdf4j.sail.shacl.ShaclSailValidationException
- All Implemented Interfaces:
Serializable
,ValidationException
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
validationReportAsModel
- Specified by:
validationReportAsModel
in interfaceValidationException
- Returns:
- A Model containing the validation report as specified by the SHACL Recommendation
-
getValidationReport
Deprecated.The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.- Returns:
- A ValidationReport Java object that describes what failed and can optionally be converted to a Model as specified by the SHACL Recommendation
-