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,org.eclipse.rdf4j.common.exception.ValidationException
public class ShaclSailValidationException extends SailException implements org.eclipse.rdf4j.common.exception.ValidationException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ValidationReportgetValidationReport()Deprecated.The returned ValidationReport is planned to be moved to a different package and this method is planned to return that class.org.eclipse.rdf4j.model.ModelvalidationReportAsModel()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
validationReportAsModel
public org.eclipse.rdf4j.model.Model validationReportAsModel()
- Specified by:
validationReportAsModelin interfaceorg.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
-
-