Class RemoteShaclValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.http.client.shacl.RemoteShaclValidationException
- All Implemented Interfaces:
Serializable
,ValidationException
@Experimental
public class RemoteShaclValidationException
extends RDF4JException
implements ValidationException
Experimental support for handling SHACL violations against a remote RDF4J server.
- See Also:
-
Constructor Summary
ConstructorDescriptionRemoteShaclValidationException
(StringReader stringReader, String s, RDFFormat format) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteShaclValidationException
-
-
Method Details
-
validationReportAsModel
- Specified by:
validationReportAsModel
in interfaceValidationException
- Returns:
- A Model containing the validation report as specified by the SHACL Recommendation
-