|
|||||||||
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.RuleIntegrationException
public class RuleIntegrationException
Indicates an error integrating a Rule
or RuleSet
into a RuleBase
.
RuleBase#addRule
,
RuleBase#addRuleSet
,
Serialized FormConstructor Summary | |
---|---|
RuleIntegrationException(Rule rule)
|
|
RuleIntegrationException(Rule rule,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
Rule |
getRule()
Retrieve the Rule . |
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 RuleIntegrationException(Rule rule)
rule
- The offending rule.Exception.Exception()
public RuleIntegrationException(Rule rule, java.lang.Throwable cause)
rule
- The offending rule.Exception.Exception(Throwable cause)
Method Detail |
---|
public Rule getRule()
Rule
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |