|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RuntimeDroolsException | |
|---|---|
| org.drools.core | This is the engine that works off binary RuleBases, you will mostly use WorkingMemory, RuleBase and RuleBaseFactory |
| org.drools.core.base | |
| org.drools.core.reteoo | |
| org.drools.core.rule | Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. |
| org.drools.core.spi | |
| Uses of RuntimeDroolsException in org.drools.core |
|---|
| Subclasses of RuntimeDroolsException in org.drools.core | |
|---|---|
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.core.base |
|---|
| Subclasses of RuntimeDroolsException in org.drools.core.base | |
|---|---|
class |
UndefinedCalendarExcption
|
| Uses of RuntimeDroolsException in org.drools.core.reteoo |
|---|
| Methods in org.drools.core.reteoo that throw RuntimeDroolsException | |
|---|---|
Object |
FactTemplateTypeConf.getShadow(Object fact)
|
| Uses of RuntimeDroolsException in org.drools.core.rule |
|---|
| Subclasses of RuntimeDroolsException in org.drools.core.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
Consequences. |
class |
RuleConstructionException
Base exception for errors during Rule construction. |
| Methods in org.drools.core.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.core.spi |
|---|
| Subclasses of RuntimeDroolsException in org.drools.core.spi | |
|---|---|
class |
ConsequenceException
Indicates an error during a Consequence invocation. |
|
Drools :: Core 6.1.0.Beta1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||