Class ShaclSailValidationException

  • All Implemented Interfaces:
    Serializable, org.eclipse.rdf4j.common.exception.ValidationException

    public class ShaclSailValidationException
    extends SailException
    implements org.eclipse.rdf4j.common.exception.ValidationException
    See Also:
    Serialized Form
    • Method Detail

      • validationReportAsModel

        public org.eclipse.rdf4j.model.Model validationReportAsModel()
        Specified by:
        validationReportAsModel in interface org.eclipse.rdf4j.common.exception.ValidationException
        Returns:
        A Model containing the validation report as specified by the SHACL Recommendation
      • getValidationReport

        @Deprecated
        public ValidationReport 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