org.semanticweb.owlapi.io
Class OWLOntologyCreationIOException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
org.semanticweb.owlapi.model.OWLException
              
org.semanticweb.owlapi.model.OWLOntologyCreationException
                  
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
 
 
| 
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 | 
 
OWLOntologyCreationIOException
public OWLOntologyCreationIOException(java.io.IOException ioException)
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