|
|||||||||
| 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 NoParameterDeclarationException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.yajre.DroolsException
org.yajre.spi.RuleConstructionException
org.yajre.spi.InvalidRuleException
org.yajre.spi.NoParameterDeclarationException
- All Implemented Interfaces:
- java.io.Serializable
- public class NoParameterDeclarationException
- extends InvalidRuleException
Validity exception indicating that a Rule does not contain any root object parameter Declarations.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary |
| Fields inherited from class org.yajre.spi.InvalidRuleException |
|
| Fields inherited from class org.yajre.DroolsException |
|
| Fields inherited from class java.lang.IllegalStateException |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
NoParameterDeclarationException(Rule rule)
Construct. |
|
| Methods inherited from class org.yajre.spi.InvalidRuleException |
getRule |
| 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 |
| Constructor Detail |
NoParameterDeclarationException
public NoParameterDeclarationException(Rule rule)
- Construct.
|
|||||||||
| Home >> All >> org >> yajre >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC