Class ShaclParsingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ShaclParsingException
    extends RDF4JException
    An exception indicating that something went wrong when parsing the SHACL statements, but without a specific shape being the cause.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ShaclParsingException​(java.lang.String msg)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ShaclParsingException

        public ShaclParsingException​(java.lang.String msg)