org.coode.owlapi.rdfxml.parser
Class TranslatedUnloadedImportException

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

public class TranslatedUnloadedImportException
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
TranslatedUnloadedImportException(UnloadableImportException e)
           
 
Method Summary
 UnloadableImportException 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

TranslatedUnloadedImportException

public TranslatedUnloadedImportException(UnloadableImportException e)
Method Detail

getCause

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