|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hp.hpl.jena.shared.JenaException
com.hp.hpl.jena.shared.NoSuchReasonerException
public class NoSuchReasonerException
NoSuchReasonerException - the exception to throw when looking up a reasoner fails (in ModelSpec construction).
| Constructor Summary | |
|---|---|
NoSuchReasonerException(java.lang.String uri)
Initialise the exception with the URI of the reasoner that isn't there. |
|
| Method Summary | |
|---|---|
java.lang.String |
getURI()
Answer the URI of the reasoner that was not found. |
| Methods inherited from class com.hp.hpl.jena.shared.JenaException |
|---|
getCause, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoSuchReasonerException(java.lang.String uri)
| Method Detail |
|---|
public java.lang.String getURI()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||