public class OWLParserIOException extends OWLParserException
IOException
Constructor and Description |
---|
OWLParserIOException(java.io.IOException cause) |
Modifier and Type | Method and Description |
---|---|
java.io.IOException |
getCause()
Gets the cause of this exception which will be
an
IOException |
java.lang.String |
getMessage() |
getColumnNumber, getLineNumber
public OWLParserIOException(java.io.IOException cause)
cause
- the causepublic java.io.IOException getCause()
IOException
getCause
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class OWLParserException