public class OWLOntologyCreationIOException extends OWLOntologyCreationException
IOException happened during ontology creation.
The cause of this exception will be an IOException.| Constructor and Description |
|---|
OWLOntologyCreationIOException(IOException ioException) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Delegates to the getMessage() method of the cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OWLOntologyCreationIOException(@Nonnull IOException ioException)
ioException - the causepublic String getMessage()
getMessage in class ThrowableCopyright © 2016 The University of Manchester. All Rights Reserved.