Uses of Class
org.drools.IntegrationException

Packages that use IntegrationException
org.drools The main run-time API. 
org.drools.io Semantic-module and rule-sets readers and writers. 
 

Uses of IntegrationException in org.drools
 

Subclasses of IntegrationException in org.drools
 class RuleIntegrationException
          Indicates an error integrating a Rule or RuleSet into a RuleBase.
 class RuleSetIntegrationException
          Indicates an error integrating a RuleSet into a RuleBase.
 

Uses of IntegrationException in org.drools.io
 

Methods in org.drools.io that throw IntegrationException
static RuleBase RuleBaseLoader.loadFromInputStream(InputStream in)
          Loads a RuleBase from an InputStream using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromInputStream(InputStream in, ConflictResolver resolver) passing the DefaultConflictResolver
static RuleBase RuleBaseLoader.loadFromInputStream(InputStream[] ins)
          Loads a RuleBase from an InputStream using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromInputStream(InputStream[] ins, ConflictResolver resolver) passing the DefaultConflictResolver
static RuleBase RuleBaseLoader.loadFromInputStream(InputStream[] ins, ConflictResolver resolver)
          Loads a RuleBase from an InputStream using the default ConflictResolver
static RuleBase RuleBaseLoader.loadFromInputStream(InputStream in, ConflictResolver resolver)
          Loads a RuleBase from an InputStream using the default ConflictResolver
static RuleBase RuleBaseLoader.loadFromReader(Reader in)
          Loads a RuleBase from a Reader using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromReader(Reader in, ConflictResolver resolver) passing the DefaultConflictResolver
static RuleBase RuleBaseLoader.loadFromReader(Reader[] ins)
          Loads a RuleBase from a Reader using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromReader(Reader[] ins, ConflictResolver resolver) passing the DefaultConflictResolver
static RuleBase RuleBaseLoader.loadFromReader(Reader[] ins, ConflictResolver resolver)
          Loads a RuleBase from a Reader using the given ConflictResolver
static RuleBase RuleBaseLoader.loadFromReader(Reader in, ConflictResolver resolver)
          Loads a RuleBase from a Reader using the given ConflictResolver
static RuleBase RuleBaseLoader.loadFromUrl(URL url)
          Loads a RuleBase from a URL using the default ConflictResolver This is a convenience method and calls public static RuleBase loadFromUrl(URL url, ConflictResolver resolver) passing the DefaultConflictResolver
static RuleBase RuleBaseLoader.loadFromUrl(URL[] urls)
          Loads a RuleBase using several URLs, using the DefaultConflictResolver.
static RuleBase RuleBaseLoader.loadFromUrl(URL[] urls, ConflictResolver resolver)
          Loads a RuleBase from several URLS, merging them and using the specified ConflictResolver
static RuleBase RuleBaseLoader.loadFromUrl(URL url, ConflictResolver resolver)
          Loads a RuleBase from a URL using the given ConflictResolver
 



Copyright © 2001-2005 The Codehaus. All Rights Reserved.