Class ShaclSailValidationException

All Implemented Interfaces:
Serializable, ValidationException

public class ShaclSailValidationException extends SailException implements ValidationException
See Also:
  • Method Details

    • validationReportAsModel

      public Model validationReportAsModel()
      Specified by:
      validationReportAsModel in interface 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