org.drools
Class RuleSetIntegrationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.drools.DroolsException
              extended by org.drools.IntegrationException
                  extended by org.drools.RuleSetIntegrationException
All Implemented Interfaces:
java.io.Serializable

public class RuleSetIntegrationException
extends IntegrationException

Indicates an error integrating a RuleSet into a RuleBase.

See Also:
RuleBase#addRule, RuleBase#addRuleSet, Serialized Form

Constructor Summary
RuleSetIntegrationException(RuleSet ruleSet)
           
RuleSetIntegrationException(RuleSet ruleSet, java.lang.Throwable cause)
           
 
Method Summary
 RuleSet getRuleSet()
          Retrieve the RuleSet.
 
Methods inherited from class org.drools.DroolsException
getRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleSetIntegrationException

public RuleSetIntegrationException(RuleSet ruleSet)
Parameters:
ruleSet - The offending rule.
See Also:
Exception.Exception()

RuleSetIntegrationException

public RuleSetIntegrationException(RuleSet ruleSet,
                                   java.lang.Throwable cause)
Parameters:
ruleSet - The offending rule.
See Also:
Exception.Exception(Throwable cause)
Method Detail

getRuleSet

public RuleSet getRuleSet()
Retrieve the RuleSet.

Returns:
The ruleSet