Class OWLOntologyStorageIOException

All Implemented Interfaces:
Serializable

public class OWLOntologyStorageIOException extends OWLOntologyStorageException
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 Details

    • OWLOntologyStorageIOException

      public OWLOntologyStorageIOException(IOException ioException)
      Parameters:
      ioException - the cause
  • Method Details

    • getIOException

      public IOException getIOException()
      Returns:
      the IOException that this exception wraps.