org.semanticweb.owlapi.io
Class OWLParserIOException

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

public class OWLParserIOException
extends OWLParserException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 13-Apr-2007

Describes a parse exception which was caused by an IOException

See Also:
Serialized Form

Constructor Summary
OWLParserIOException(java.io.IOException cause)
           
 
Method Summary
 java.io.IOException getCause()
          Gets the cause of this exception which will be an IOException
 java.lang.String getMessage()
           
 
Methods inherited from class org.semanticweb.owlapi.io.OWLParserException
getColumnNumber, getLineNumber
 
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

OWLParserIOException

public OWLParserIOException(java.io.IOException cause)
Method Detail

getCause

public java.io.IOException getCause()
Gets the cause of this exception which will be an IOException

Overrides:
getCause in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class OWLParserException