com.hp.hpl.jena.shared
Class NoSuchReasonerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by com.hp.hpl.jena.shared.NoSuchReasonerException
All Implemented Interfaces:
Serializable

public class NoSuchReasonerException
extends JenaException

NoSuchReasonerException - the exception to throw when looking up a reasoner fails (in ModelSpec construction).

Author:
kers
See Also:
Serialized Form

Constructor Summary
NoSuchReasonerException(String uri)
          Initialise the exception with the URI of the reasoner that isn't there.
 
Method Summary
 String getURI()
          Answer the URI of the reasoner that was not found.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(String uri)
Initialise the exception with the URI of the reasoner that isn't there.

Method Detail

getURI

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



Licenced under the Apache License, Version 2.0