Uses of Class
javax.rules.RuleExecutionException

Packages that use RuleExecutionException
javax.rules Provides the core client interfaces for using rule engine. 
 

Uses of RuleExecutionException in javax.rules
 

Subclasses of RuleExecutionException in javax.rules
 class InvalidHandleException
          This exception should be thrown when a client passes an invalid Handle to the underlying rule engine.
 class InvalidRuleSessionException
          The InvalidRuleSessionException should be thrown when a method is invoked on a RuleSession and the internal state of the RuleSession is invalid.
 class RuleExecutionSetNotFoundException
          This exception is thrown if a client requests a RuleExecutionSet from the RuleRuntime and the URI or RuleExecutionSet cannot be found.
 class RuleSessionCreateException
          This exception is thrown when a client requests a RuleSession from the RuleRuntime and an error occurs that prevents a RuleSession from being returned.
 class RuleSessionTypeUnsupportedException
          This exception is thrown when a client requests a RuleSession and the vendor does not support the given type (defined in the RuleRuntime) or the RuleExecutionSet itself does not support the requested mode.
 



Copyright © 2004 Java Community Process. All Rights Reserved.