|
|||||||||
| 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.rule.RuleConstructionException
org.drools.rule.InvalidRuleException
public class InvalidRuleException
Indicates an error regarding the semantic validity of a rule.
| Constructor Summary | |
|---|---|
InvalidRuleException(Rule rule)
|
|
InvalidRuleException(java.lang.String message,
Rule rule)
|
|
InvalidRuleException(java.lang.String message,
Rule rule,
java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
Rule |
getRule()
Retrieve the invalid 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 InvalidRuleException(Rule rule)
rule - The invalid Rule.Exception.Exception()
public InvalidRuleException(java.lang.String message,
Rule rule)
message - rule - Exception.Exception(String message)
public InvalidRuleException(java.lang.String message,
Rule rule,
java.lang.Throwable cause)
message - rule - Exception.Exception(String message, Throwable cause)| Method Detail |
|---|
public Rule getRule()
Rule.
Rule.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||