|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.drools.DroolsException | +--org.drools.RuleIntegrationException
Indicates an error integrating a Rule
or RuleSet
into a RuleBase
.
RuleBase.addRule(org.drools.rule.Rule)
,
RuleBase.addRuleSet(org.drools.rule.RuleSet)
, Serialized FormConstructor Summary | |
RuleIntegrationException(Rule rule)
Construct. |
Method Summary | |
java.lang.String |
getMessage()
Retrieve the error message. |
Rule |
getRule()
Retrieve the Rule . |
Methods inherited from class org.drools.DroolsException |
getLocalizedMessage, getRootCause, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RuleIntegrationException(Rule rule)
rule
- The offending rule.Method Detail |
public Rule getRule()
Rule
.public java.lang.String getMessage()
getMessage
in class DroolsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |