org.coode.owlapi.owlxmlparser
Class TranslatedOWLParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by org.coode.owlapi.owlxmlparser.TranslatedOWLParserException
All Implemented Interfaces:
java.io.Serializable

public class TranslatedOWLParserException
extends org.xml.sax.SAXException

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

Translates an OWLParserException to a SAXException.

See Also:
Serialized Form

Constructor Summary
TranslatedOWLParserException(OWLParserException cause)
           
 
Method Summary
 OWLParserException getParserException()
           
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TranslatedOWLParserException

public TranslatedOWLParserException(OWLParserException cause)
Method Detail

getParserException

public OWLParserException getParserException()