Class NoSuchReasonerException

All Implemented Interfaces:
Serializable

public class NoSuchReasonerException extends JenaException
NoSuchReasonerException - the exception to throw when looking up a reasoner fails (in ModelSpec construction).
See Also:
  • Constructor Details

    • NoSuchReasonerException

      public NoSuchReasonerException(String uri)
      Initialise the exception with the URI of the reasoner that isn't there.
  • Method Details

    • getURI

      public String getURI()
      Answer the URI of the reasoner that was not found.