org.drools
Class RuleSetIntegrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drools.DroolsException
org.drools.IntegrationException
org.drools.RuleSetIntegrationException
- All Implemented Interfaces:
- Serializable
public class RuleSetIntegrationException
- extends IntegrationException
Indicates an error integrating a RuleSet
into a RuleBase
.
- Version:
- $Id: RuleIntegrationException.java,v 1.6 2004/09/17 00:14:06
mproctor Exp $
- Author:
- bob mcwhirter
- See Also:
RuleBase#addRule
,
RuleBase#addRuleSet
,
Serialized Form
RuleSetIntegrationException
public RuleSetIntegrationException(RuleSet ruleSet)
- Construct.
- Parameters:
ruleSet
- The offending rule.
getRuleSet
public RuleSet getRuleSet()
- Retrieve the
RuleSet
.
- Returns:
- The ruleSet
getMessage
public String getMessage()
- Retrieve the error message.
- Overrides:
getMessage
in class DroolsException
- Returns:
- The error message.
Copyright © 2001-2005 The Codehaus. All Rights Reserved.