Class ShaclShapeParsingException

  • All Implemented Interfaces:
    Serializable

    public class ShaclShapeParsingException
    extends org.eclipse.rdf4j.common.exception.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 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)
    • Method Detail

      • getId

        public org.eclipse.rdf4j.model.Resource getId()