org.coode.owlapi.rdfxml.parser
Class TranslatedOntologyChangeException

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

public class TranslatedOntologyChangeException
extends org.xml.sax.SAXException

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

See Also:
Serialized Form

Constructor Summary
TranslatedOntologyChangeException(OWLOntologyChangeException e)
           
 
Method Summary
 OWLOntologyChangeException getCause()
           
 
Methods inherited from class org.xml.sax.SAXException
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

TranslatedOntologyChangeException

public TranslatedOntologyChangeException(OWLOntologyChangeException e)
Method Detail

getCause

public OWLOntologyChangeException getCause()
Overrides:
getCause in class org.xml.sax.SAXException