Package org.eclipse.rdf4j.sail.shacl.ast
Class ShaclShapeParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.rdf4j.common.exception.RDF4JException
org.eclipse.rdf4j.sail.shacl.ast.ShaclShapeParsingException
- All Implemented Interfaces:
Serializable
An exception indicating that something went wrong when parsing a shape. The id field contains the subject of the
shape statements.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionShaclShapeParsingException
(String msg, Throwable t, Resource id) ShaclShapeParsingException
(String msg, Resource id) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
id
Resource id
-
-
Constructor Details
-
ShaclShapeParsingException
-
ShaclShapeParsingException
-
ShaclShapeParsingException
-
-
Method Details
-
getId
-
resourceToString
-