Class ReasonerNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cz.cvut.kbss.ontodriver.owlapi.exception.ReasonerNotAvailableException
- All Implemented Interfaces:
Serializable
Indicates that the driver requested services of a reasoner, but it was not available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReasonerNotAvailableException
(String message) ReasonerNotAvailableException
(String message, 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
-
ReasonerNotAvailableException
public ReasonerNotAvailableException() -
ReasonerNotAvailableException
-
ReasonerNotAvailableException
-