|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.drools.DroolsException | +--org.drools.NoSuchRuleBaseException
Indicates an attempt to retrieve an unknowwn rule base.
RuleBaseRepository.lookupRuleBase(java.lang.String)
,
Serialized FormConstructor Summary | |
NoSuchRuleBaseException(java.lang.String uri)
Construct. |
Method Summary | |
java.lang.String |
getMessage()
Retrieve the error message. |
java.lang.String |
getUri()
Retrieve the unknown rule-base URI. |
Methods inherited from class org.drools.DroolsException |
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NoSuchRuleBaseException(java.lang.String uri)
uri
- The attempted rulebase URI.Method Detail |
public java.lang.String getUri()
public java.lang.String getMessage()
getMessage
in class DroolsException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |