Package org.semanticweb.owlapi.io
Class OWLOntologyStorageIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.owlapi.model.OWLException
org.semanticweb.owlapi.model.OWLOntologyStorageException
org.semanticweb.owlapi.io.OWLOntologyStorageIOException
- All Implemented Interfaces:
Serializable
An
OWLOntologyStorageException
that was caused by an IOException
.- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management 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
-
OWLOntologyStorageIOException
- Parameters:
ioException
- the cause
-
-
Method Details
-
getIOException
- Returns:
- the
IOException
that this exception wraps.
-