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,org.eclipse.rdf4j.common.exception.ValidationException
@Experimental public class RemoteShaclValidationException extends org.eclipse.rdf4j.common.exception.RDF4JException implements org.eclipse.rdf4j.common.exception.ValidationExceptionExperimental support for handling SHACL violations against a remote RDF4J server.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteShaclValidationException(StringReader stringReader, String s, RDFFormat format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
RemoteShaclValidationException
public RemoteShaclValidationException(StringReader stringReader, String s, RDFFormat format)
-
-