Class RDFMappingException

    • Constructor Detail

      • RDFMappingException

        public RDFMappingException​(String msg)
      • RDFMappingException

        public RDFMappingException​(String msg,
                                   String subject,
                                   String property)
        PUBLIC: Creates an exception that remembers the subject and the property of the statement that caused the error.
        Since:
        2.0.4
    • Method Detail

      • getSubject

        public String getSubject()
        PUBLIC: Returns the URI of the subject of the statement that caused this exception, if any, and if known.
        Since:
        2.0.4
      • getProperty

        public String getProperty()
        PUBLIC: Returns the URI of the property of the statement that caused this exception, if any, and if known.
        Since:
        2.0.4