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:
java.io.Serializable
public class ShaclShapeParsingException extends RDF4JException
An exception indicating that something went wrong when parsing a shape. The id field contains the subject of the shape statements.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ShaclShapeParsingException(java.lang.String msg, java.lang.Throwable t, Resource id)
ShaclShapeParsingException(java.lang.String msg, Resource id)
ShaclShapeParsingException(java.lang.Throwable t, Resource id)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Resource
getId()
private static java.lang.String
resourceToString(Resource id)
-
-
-
Field Detail
-
id
Resource id
-
-
Constructor Detail
-
ShaclShapeParsingException
public ShaclShapeParsingException(java.lang.String msg, Resource id)
-
ShaclShapeParsingException
public ShaclShapeParsingException(java.lang.String msg, java.lang.Throwable t, Resource id)
-
ShaclShapeParsingException
public ShaclShapeParsingException(java.lang.Throwable t, Resource id)
-
-