站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss RULES 4.0.0.11754MR2 API 英文版文档

Uses of Class org.drools.RuntimeDroolsException (Drools 4.0.0.11754MR2 API) - JBoss RULES 4.0.0.11754MR2 API 英文版文档


Uses of Class
org.drools.RuntimeDroolsException

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 FactException
          Base exception indicating an error in manipulating facts.
 class NoSuchFactHandleException
          Indicates an attempt to retract, modify or retrieve a fact object that is no longer present.
 class NoSuchFactObjectException
          Indicates 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 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.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 ConsequenceException
          Indicates an error during a Consequence invocation.
 



Copyright © 2001-2007 JBoss Inc.. All Rights Reserved.