Package org.semanticweb.owlapi.io
Class OWLOntologyCreationIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.io.OWLOntologyCreationIOException
- All Implemented Interfaces:
Serializable
Indicates an
IOException
happened during ontology creation.
The cause of this exception will be an IOException
.- Since:
- 2.2.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
-
OWLOntologyCreationIOException
- Parameters:
ioException
- the cause
-