Package org.semanticweb.owlapi.model
Class MissingImportEvent
java.lang.Object
org.semanticweb.owlapi.model.MissingImportEvent
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 Summary
ConstructorsConstructorDescriptionMissingImportEvent
(IRI ontologyIRI, OWLOntologyCreationException creationException) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MissingImportEvent
- Parameters:
ontologyIRI
- the ontology IRIcreationException
- the creation exception
-
-
Method Details
-
getImportedOntologyURI
- Returns:
- the IRI
-
getCreationException
- Returns:
- the exception
-