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
public class ShaclShapeParsingException extends org.eclipse.rdf4j.common.exception.RDF4JExceptionAn 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(String msg, Throwable t, org.eclipse.rdf4j.model.Resource id)ShaclShapeParsingException(String msg, org.eclipse.rdf4j.model.Resource id)ShaclShapeParsingException(Throwable t, org.eclipse.rdf4j.model.Resource id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.rdf4j.model.ResourcegetId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ShaclShapeParsingException
public ShaclShapeParsingException(String msg, org.eclipse.rdf4j.model.Resource id)
-
ShaclShapeParsingException
public ShaclShapeParsingException(String msg, Throwable t, org.eclipse.rdf4j.model.Resource id)
-
ShaclShapeParsingException
public ShaclShapeParsingException(Throwable t, org.eclipse.rdf4j.model.Resource id)
-
-