Class ReasonerInterruptedException

All Implemented Interfaces:
Serializable

public class ReasonerInterruptedException extends OWLRuntimeException
Since:
3.0.0
Author:
Matthew Horridge, The University of Manchester, Information Management Group
See Also:
  • Constructor Details

    • ReasonerInterruptedException

      public ReasonerInterruptedException()
      Default constructor.
    • ReasonerInterruptedException

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

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

      public ReasonerInterruptedException(Throwable cause)
      Parameters:
      cause - error cause