|
||||||||||
| 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.CheckedDroolsException
org.drools.IntegrationException
org.drools.RuleIntegrationException
Indicates an error integrating a Rule or Package
into a RuleBase.
RuleBase#addRule,
RuleBase.addPackage(org.drools.rule.Package),
Serialized Form

| Constructor Summary | |
RuleIntegrationException(Rule rule)
|
|
RuleIntegrationException(Rule rule,
java.lang.Throwable cause)
|
|
| Method Summary | |
Rule |
getRule()
Retrieve the Rule. |
| Methods inherited from class org.drools.CheckedDroolsException |
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 | |||||||||