Package org.eclipse.rdf4j.sail.shacl.ast
Class ShaclParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.rdf4j.common.exception.RDF4JException
-
- org.eclipse.rdf4j.sail.shacl.ast.ShaclParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class ShaclParsingException extends RDF4JException
An exception indicating that something went wrong when parsing the SHACL statements, but without a specific shape being the cause.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShaclParsingException(java.lang.String msg)
-