org.semanticweb.owlapi.io
Class OWLOntologyCreationIOException

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.OWLOntologyCreationException
                  extended by org.semanticweb.owlapi.io.OWLOntologyCreationIOException
All Implemented Interfaces:
java.io.Serializable

public class OWLOntologyCreationIOException
extends OWLOntologyCreationException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 11-Apr-2008

Indicates an IOException happened during ontology creation. The cause of this exception will be an IOException.

See Also:
Serialized Form

Constructor Summary
OWLOntologyCreationIOException(java.io.IOException ioException)
           
 
Method Summary
 java.io.IOException getCause()
           
 java.lang.String getMessage()
          Delegates to the getMessage() method of the contained IOException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

OWLOntologyCreationIOException

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

getCause

public java.io.IOException getCause()
Overrides:
getCause in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Delegates to the getMessage() method of the contained IOException.

Overrides:
getMessage in class java.lang.Throwable
Returns:
The message of the IOException