Class TimeOutException

All Implemented Interfaces:
Serializable

public class TimeOutException extends OWLReasonerRuntimeException
Thrown when the current reasoner operation has been interrupted due to a satisfiability check timeout.
Since:
3.0.0
Author:
Matthew Horridge, The University of Manchester, Information Management Group
See Also:
  • Constructor Details

    • TimeOutException

      public TimeOutException()
      Default constructor.
    • TimeOutException

      public TimeOutException(String message)
      Parameters:
      message - error message
    • TimeOutException

      public TimeOutException(String message, Throwable cause)
      Parameters:
      message - error message
      cause - error cause