|
|||||||||
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.IntegrationException
org.drools.RuleSetIntegrationException
public class RuleSetIntegrationException
Indicates an error integrating a RuleSet
into a RuleBase
.
RuleBase#addRule
,
RuleBase#addRuleSet
,
Serialized FormConstructor Summary | |
---|---|
RuleSetIntegrationException(RuleSet ruleSet)
|
|
RuleSetIntegrationException(RuleSet ruleSet,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
RuleSet |
getRuleSet()
Retrieve the RuleSet . |
Methods inherited from class org.drools.DroolsException |
---|
getRootCause |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RuleSetIntegrationException(RuleSet ruleSet)
ruleSet
- The offending rule.Exception.Exception()
public RuleSetIntegrationException(RuleSet ruleSet, java.lang.Throwable cause)
ruleSet
- The offending rule.Exception.Exception(Throwable cause)
Method Detail |
---|
public RuleSet getRuleSet()
RuleSet
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |