Class ShaclShapeParsingException

All Implemented Interfaces:
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:
  • Field Details

  • Constructor Details

    • ShaclShapeParsingException

      public ShaclShapeParsingException(String msg, Resource id)
    • ShaclShapeParsingException

      public ShaclShapeParsingException(String msg, Throwable t, Resource id)
    • ShaclShapeParsingException

      public ShaclShapeParsingException(Throwable t, Resource id)
  • Method Details