|
|||||||||
| Home >> All >> org >> yajre >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.yajre.spi
Class DeclarationAlreadyCompleteException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.yajre.DroolsException
org.yajre.spi.RuleConstructionException
org.yajre.spi.DeclarationAlreadyCompleteException
- All Implemented Interfaces:
- java.io.Serializable
- public class DeclarationAlreadyCompleteException
- extends RuleConstructionException
Indicates an attempt to add a parameter declaration to a
Rule after adding a Condition to that
Rule.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private Rule |
rule
The troubled rule. |
| Fields inherited from class org.yajre.DroolsException |
|
| Fields inherited from class java.lang.IllegalStateException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
DeclarationAlreadyCompleteException(Rule rule)
Construct. |
|
| Method Summary | |
Rule |
getRule()
Retrieve the implicated Rule. |
| Methods inherited from class org.yajre.DroolsException |
equals, getLocalizedMessage, getMessage, getWrapped, hashCode, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
rule
private Rule rule
- The troubled rule.
| Constructor Detail |
DeclarationAlreadyCompleteException
public DeclarationAlreadyCompleteException(Rule rule)
- Construct.
| Method Detail |
getRule
public Rule getRule()
- Retrieve the implicated
Rule.
|
|||||||||
| Home >> All >> org >> yajre >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC