org.semanticweb.owlapi.io
Class OWLParserSAXException

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.OWLParserSAXException
All Implemented Interfaces:
java.io.Serializable

public class OWLParserSAXException
extends OWLParserException

Author: Matthew Horridge
The University of Manchester
Information Management Group
Date: 07-Dec-2009

Many of the various OWL document formats are written in XML. This exception wraps a SAXException as an OWLParserException. Parser implementers should use this class or subclasses of this class to wrap SAXExceptions.

See Also:
Serialized Form

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

OWLParserSAXException

public OWLParserSAXException(org.xml.sax.SAXException cause)
Method Detail

getCause

public org.xml.sax.SAXException getCause()
Overrides:
getCause in class java.lang.Throwable