org.coode.owlapi.owlxmlparser
Class TranslatedUnloadableImportException

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

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

TranslatedUnloadableImportException

public TranslatedUnloadableImportException(UnloadableImportException e)
Method Detail

getUnloadableImportException

public UnloadableImportException getUnloadableImportException()