Class ReasonerException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalParameterException, LPRuleSyntaxException

public class ReasonerException extends JenaException
Exception signalling some generic problem with the reasoning subsystem. Subclasses of this exception may be used to report more specific problems.

In the future there may be a top level JenaException which this exception should extend.

See Also:
  • Constructor Details

    • ReasonerException

      public ReasonerException(String msg)
      Constructor.
      Parameters:
      msg - a free-text message describing the problem
    • ReasonerException

      public ReasonerException(String msg, Throwable cause)
      Constructor.
      Parameters:
      msg - a free-text message describing the problem
      cause - a nested exception which prompted this error