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:
java.io.Serializable
,ValidationException
@Experimental public class RemoteShaclValidationException extends RDF4JException implements ValidationException
Experimental support for handling SHACL violations against a remote RDF4J server.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private RemoteValidation
remoteValidation
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description RemoteShaclValidationException(java.io.StringReader stringReader, java.lang.String s, RDFFormat format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Model
validationReportAsModel()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
remoteValidation
private final RemoteValidation remoteValidation
-
-
Constructor Detail
-
RemoteShaclValidationException
public RemoteShaclValidationException(java.io.StringReader stringReader, java.lang.String s, RDFFormat format)
-
-
Method Detail
-
validationReportAsModel
public Model validationReportAsModel()
- Specified by:
validationReportAsModel
in interfaceValidationException
- Returns:
- A Model containing the validation report as specified by the SHACL Recommendation
-
-