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:
-
Constructor Summary
ConstructorsConstructorDescriptionShaclShapeParsingException(String msg, Throwable t, Resource id) ShaclShapeParsingException(String msg, Resource id) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ShaclShapeParsingException
-
ShaclShapeParsingException
-
ShaclShapeParsingException
-
-
Method Details
-
getId
-