Class 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 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)
    • Method Detail

      • resourceToString

        private static java.lang.String resourceToString​(Resource id)