Package org.semanticweb.owlapi.model
Class UnloadableImportException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.semanticweb.owlapi.model.OWLRuntimeException
org.semanticweb.owlapi.model.UnloadableImportException
- All Implemented Interfaces:
Serializable
- Since:
- 3.0.0
- Author:
- Matthew Horridge, The University of Manchester, Information Management Group
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnloadableImportException
(OWLOntologyCreationException e, OWLImportsDeclaration importsDeclaration) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnloadableImportException
public UnloadableImportException(OWLOntologyCreationException e, OWLImportsDeclaration importsDeclaration) - Parameters:
e
- exceptionimportsDeclaration
- imports declaration
-
-
Method Details
-
getImportsDeclaration
- Returns:
- imports declaration
-
getOntologyCreationException
- Returns:
- creation exception
-