|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.RuleSetIntegrationException
Indicates an error integrating a RuleSet
into a RuleBase
.
RuleBase#addRule
,
RuleBase#addRuleSet
,
Serialized Form
Constructor Summary | |
RuleSetIntegrationException(RuleSet ruleSet)
Construct. |
Method Summary | |
java.lang.String |
getMessage()
Retrieve the error message. |
RuleSet |
getRuleSet()
Retrieve the RuleSet . |
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 RuleSetIntegrationException(RuleSet ruleSet)
ruleSet
- The offending rule.Method Detail |
public RuleSet getRuleSet()
RuleSet
.
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 |