org.semanticweb.owlapi.io
Class OntologyIRIMappingNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owlapi.model.OWLException
              extended by org.semanticweb.owlapi.model.OWLOntologyCreationException
                  extended by org.semanticweb.owlapi.io.OntologyIRIMappingNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class OntologyIRIMappingNotFoundException
extends OWLOntologyCreationException

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

See Also:
Serialized Form

Constructor Summary
OntologyIRIMappingNotFoundException(IRI ontologyIRI)
           
 
Method Summary
 IRI getOntologyIRI()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OntologyIRIMappingNotFoundException

public OntologyIRIMappingNotFoundException(IRI ontologyIRI)
Method Detail

getOntologyIRI

public IRI getOntologyIRI()