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 |
|---|---|
IOException |
getCause() |
String |
getMessage()
Delegates to the getMessage() method of the contained
IOException. |
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OWLOntologyCreationIOException(IOException ioException)
ioException - the causepublic IOException getCause()
public String getMessage()
IOException.getMessage in class ThrowableCopyright © 2013 The University of Manchester. All Rights Reserved.