|
|||||||||
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.owlapi.model.OWLException org.semanticweb.owlapi.io.OWLParserException org.semanticweb.owlapi.io.OWLParserSAXException
public class OWLParserSAXException
Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 07-Dec-2009
SAXException
as an OWLParserException
. Parser implementers should use this class or subclasses of this class to
wrap SAXException
s.
Constructor Summary | |
---|---|
OWLParserSAXException(org.xml.sax.SAXException cause)
|
Method Summary | |
---|---|
org.xml.sax.SAXException |
getCause()
|
Methods inherited from class org.semanticweb.owlapi.io.OWLParserException |
---|
getColumnNumber, getLineNumber, getMessage |
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 OWLParserSAXException(org.xml.sax.SAXException cause)
Method Detail |
---|
public org.xml.sax.SAXException getCause()
getCause
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |