| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeDroolsException | |
|---|---|
| org.drools | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory | 
| org.drools.base | |
| org.drools.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. | 
| org.drools.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. | 
| org.drools.spi | |
| Uses of RuntimeDroolsException in org.drools | 
|---|
| Subclasses of RuntimeDroolsException in org.drools | |
|---|---|
|  class | FactExceptionBase exception indicating an error in manipulating facts. | 
|  class | NoSuchFactHandleExceptionIndicates an attempt to retract, modify or retrieve a fact object that is no longer present. | 
|  class | NoSuchFactObjectExceptionIndicates an attempt to retract, modify or retrieve a fact object that is no longer present. | 
| Uses of RuntimeDroolsException in org.drools.base | 
|---|
| Methods in org.drools.base that throw RuntimeDroolsException | |
|---|---|
|  Object | ClassObjectType.getShadow(Object fact) | 
| Uses of RuntimeDroolsException in org.drools.lang | 
|---|
| Subclasses of RuntimeDroolsException in org.drools.lang | |
|---|---|
|  class | ParseException | 
| Uses of RuntimeDroolsException in org.drools.rule | 
|---|
| Subclasses of RuntimeDroolsException in org.drools.rule | |
|---|---|
|  class | DuplicateRuleNameExceptionIndicates an attempt to add a Ruleto aPackagethat already contains aRulewith the same name. | 
|  class | InvalidPatternException | 
|  class | InvalidRuleExceptionIndicates an error regarding the semantic validity of a rule. | 
|  class | NoConsequenceExceptionValidity exception indicating that a Ruledoes not contain aConsequences. | 
|  class | RuleConstructionExceptionBase exception for errors during Ruleconstruction. | 
| Methods in org.drools.rule that throw RuntimeDroolsException | |
|---|---|
|  Collection | Collect.instantiateResultObject() | 
|  void | PackageCompilationData.reload()This class drops the classLoader and reloads it. | 
|  void | PackageCompilationData.remove(String resourceName) | 
|  void | PackageCompilationData.write(String resourceName,
      byte[] clazzData) | 
| Uses of RuntimeDroolsException in org.drools.spi | 
|---|
| Subclasses of RuntimeDroolsException in org.drools.spi | |
|---|---|
|  class | ConsequenceExceptionIndicates an error during a Consequenceinvocation. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||