org.semanticweb.owlapi.model
Class UnloadableImportException

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.model.OWLOntologyCreationException
                  extended by org.semanticweb.owlapi.model.UnloadableImportException
All Implemented Interfaces:
java.io.Serializable

public class UnloadableImportException
extends OWLOntologyCreationException

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

See Also:
Serialized Form

Constructor Summary
UnloadableImportException(OWLOntologyCreationException e, OWLImportsDeclaration importsDeclaration)
           
 
Method Summary
 OWLOntologyCreationException getCause()
           
 OWLImportsDeclaration getImportsDeclaration()
           
 OWLOntologyCreationException getOntologyCreationException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, 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

UnloadableImportException

public UnloadableImportException(OWLOntologyCreationException e,
                                 OWLImportsDeclaration importsDeclaration)
Method Detail

getImportsDeclaration

public OWLImportsDeclaration getImportsDeclaration()

getOntologyCreationException

public OWLOntologyCreationException getOntologyCreationException()

getCause

public OWLOntologyCreationException getCause()
Overrides:
getCause in class java.lang.Throwable