public class OWLOntologyCreationIOException extends OWLOntologyCreationException
IOException
happened during ontology creation. The cause of this exception will
be an IOException
.Constructor and Description |
---|
OWLOntologyCreationIOException(java.io.IOException ioException) |
Modifier and Type | Method and Description |
---|---|
java.io.IOException |
getCause() |
java.lang.String |
getMessage()
Delegates to the getMessage() method of the contained
IOException . |
public OWLOntologyCreationIOException(java.io.IOException ioException)
ioException
- the causepublic java.io.IOException getCause()
getCause
in class java.lang.Throwable
public java.lang.String getMessage()
IOException
.getMessage
in class java.lang.Throwable