Class RDFMappingException

All Implemented Interfaces:
Serializable

public class RDFMappingException extends OntopiaRuntimeException
PUBLIC: Thrown when an error occurs during RDF-to-topic maps conversion.
Since:
2.0
See Also:
  • Constructor Details

    • 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 Details

    • 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