Package org.semanticweb.owlapi.model
Class OWLOntologyIRIMappingNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
org.semanticweb.owlapi.model.OWLOntologyIRIMappingNotFoundException
- All Implemented Interfaces:
Serializable
An exception which describes the situation where no ontology document IRI
mapping could be found. This is a runtime exception since clients should
really ensure that a mapping exists before attempting to load an ontology.
- Since:
- 2.0.0
- Author:
- Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OWLOntologyIRIMappingNotFoundException
- Parameters:
ontologyIRI
- iri that cannot be mapped
-