Class MissingImportEvent

java.lang.Object
org.semanticweb.owlapi.model.MissingImportEvent

public class MissingImportEvent extends Object
An event that gets posted to objects that listen for missing imports when silent missing import handling is set to true in an ontology manager.
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • MissingImportEvent

      public MissingImportEvent(IRI ontologyIRI, OWLOntologyCreationException creationException)
      Parameters:
      ontologyIRI - the ontology IRI
      creationException - the creation exception
  • Method Details

    • getImportedOntologyURI

      public IRI getImportedOntologyURI()
      Returns:
      the IRI
    • getCreationException

      public OWLOntologyCreationException getCreationException()
      Returns:
      the exception