org.semanticweb.owlapi.io
Class OWLOntologyStorageIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owlapi.model.OWLException
              extended by org.semanticweb.owlapi.model.OWLOntologyStorageException
                  extended by org.semanticweb.owlapi.io.OWLOntologyStorageIOException
All Implemented Interfaces:
java.io.Serializable

public class OWLOntologyStorageIOException
extends OWLOntologyStorageException

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 17-Dec-2009

An OWLOntologyStorageException that was caused by an IOException.

See Also:
Serialized Form

Constructor Summary
OWLOntologyStorageIOException(java.io.IOException ioException)
           
 
Method Summary
 java.io.IOException getIOException()
          Gets the IOException that this exception wraps.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OWLOntologyStorageIOException

public OWLOntologyStorageIOException(java.io.IOException ioException)
Method Detail

getIOException

public java.io.IOException getIOException()
Gets the IOException that this exception wraps.

Returns:
The IOException