|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.semanticweb.owl.model.OWLException org.semanticweb.owl.model.OWLOntologyCreationException org.semanticweb.owl.io.OWLParserException org.semanticweb.owl.io.OWLParserIOException
public class OWLParserIOException
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
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.owl.io.OWLParserException |
---|
getLineNumber, setLineNumber |
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 |
---|
public OWLParserIOException(java.io.IOException cause)
Method Detail |
---|
public java.io.IOException getCause()
IOException
getCause
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class OWLParserException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |