Class ImportAndOntologyMismatchException

All Implemented Interfaces:
Serializable

public class ImportAndOntologyMismatchException extends OntologyManagerException
Thrown when the URI contained in an owl:imports statement does not match the declared ontology URI.
Author:
Manuel Fiorelli
See Also:
  • Constructor Details

    • ImportAndOntologyMismatchException

      public ImportAndOntologyMismatchException(org.eclipse.rdf4j.model.IRI ont, org.eclipse.rdf4j.model.IRI realOnt)
  • Method Details

    • getOnt

      public org.eclipse.rdf4j.model.IRI getOnt()
    • getRealOnt

      public org.eclipse.rdf4j.model.IRI getRealOnt()