Class OwlapiDriverException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.cvut.kbss.ontodriver.exception.OntoDriverException
cz.cvut.kbss.ontodriver.owlapi.exception.OwlapiDriverException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OntologyStorageException
General exception for the OWLAPI driver.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOwlapiDriverException
(String message) OwlapiDriverException
(String message, Throwable cause) OwlapiDriverException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OwlapiDriverException
-
OwlapiDriverException
-
OwlapiDriverException
-