public class MissingImportEvent extends Object
true
in an ontology manager.MissingImportListener
,
OWLOntologyManager.addMissingImportListener(MissingImportListener)
,
OWLOntologyManager.removeMissingImportListener(MissingImportListener)
Constructor | Description |
---|---|
MissingImportEvent(IRI ontologyIRI,
OWLOntologyCreationException creationException) |
Modifier and Type | Method | Description |
---|---|---|
OWLOntologyCreationException |
getCreationException() |
|
IRI |
getImportedOntologyURI() |
public MissingImportEvent(@Nonnull IRI ontologyIRI, @Nonnull OWLOntologyCreationException creationException)
ontologyIRI
- the ontology uricreationException
- the creation exception@Nonnull public OWLOntologyCreationException getCreationException()
Copyright © 2018 The University of Manchester. All rights reserved.