|
||||||||||
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.lang | This contains the parser and utilities for the native DRL format, for handling DRL source. |
org.drools.reteoo | |
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 |
FactException
Base exception indicating an error in manipulating facts. |
class |
IntegrationException
|
class |
PackageIntegrationException
Indicates an error integrating a Package into a
RuleBase . |
class |
ProcessIntegrationException
Indicates an error integrating a Process or Package
into a RuleBase . |
class |
RuleIntegrationException
Indicates an error integrating a Rule or Package
into a RuleBase . |
class |
WorkItemHandlerNotFoundException
|
Uses of RuntimeDroolsException in org.drools.lang |
---|
Subclasses of RuntimeDroolsException in org.drools.lang | |
---|---|
class |
ParseException
|
Uses of RuntimeDroolsException in org.drools.reteoo |
---|
Methods in org.drools.reteoo that throw RuntimeDroolsException | |
---|---|
Object |
FactTemplateTypeConf.getShadow(Object fact)
|
Uses of RuntimeDroolsException in org.drools.rule |
---|
Subclasses of RuntimeDroolsException in org.drools.rule | |
---|---|
class |
DuplicateRuleNameException
Indicates an attempt to add a Rule to a Package
that already contains a Rule with the same name. |
class |
InvalidPatternException
|
class |
InvalidRuleException
Indicates an error regarding the semantic validity of a rule. |
class |
NoConsequenceException
Validity exception indicating that a Rule does not contain a
Consequence s. |
class |
RuleConstructionException
Base exception for errors during Rule construction. |
Methods in org.drools.rule that throw RuntimeDroolsException | |
---|---|
Collection<Object> |
Collect.instantiateResultObject(InternalWorkingMemory wm)
|
void |
JavaDialectRuntimeData.reload()
This class drops the classLoader and reloads it. |
boolean |
JavaDialectRuntimeData.remove(String resourceName)
|
void |
JavaDialectRuntimeData.write(String resourceName,
byte[] clazzData)
|
Uses of RuntimeDroolsException in org.drools.spi |
---|
Subclasses of RuntimeDroolsException in org.drools.spi | |
---|---|
class |
ConsequenceException
Indicates an error during a Consequence invocation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |