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

public class ReasonerNotAvailableException extends RuntimeException
Indicates that the driver requested services of a reasoner, but it was not available.
See Also:
  • Constructor Details

    • ReasonerNotAvailableException

      public ReasonerNotAvailableException()
    • ReasonerNotAvailableException

      public ReasonerNotAvailableException(String message)
    • ReasonerNotAvailableException

      public ReasonerNotAvailableException(String message, Throwable cause)