org.semanticweb.owl.model
Class MissingImportEvent

java.lang.Object
  extended by org.semanticweb.owl.model.MissingImportEvent

public class MissingImportEvent
extends java.lang.Object

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Apr-2008


Constructor Summary
MissingImportEvent(java.net.URI ontologyURI, OWLOntologyCreationException creationException)
           
 
Method Summary
 OWLOntologyCreationException getCreationException()
           
 java.net.URI getImportedOntologyURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingImportEvent

public MissingImportEvent(java.net.URI ontologyURI,
                          OWLOntologyCreationException creationException)
Method Detail

getImportedOntologyURI

public java.net.URI getImportedOntologyURI()

getCreationException

public OWLOntologyCreationException getCreationException()