Class NoSuchReasonerException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      NoSuchReasonerException​(java.lang.String uri)
      Initialise the exception with the URI of the reasoner that isn't there.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getURI()
      Answer the URI of the reasoner that was not found.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoSuchReasonerException

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

      • getURI

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