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 SummaryConstructorsConstructorDescriptionReasonerNotAvailableException(String message) ReasonerNotAvailableException(String message, Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ReasonerNotAvailableExceptionpublic ReasonerNotAvailableException()
- 
ReasonerNotAvailableException
- 
ReasonerNotAvailableException
 
-