public class RuleIntegrationException extends IntegrationException
Rule
or Package
into a RuleBase
.RuleBase#addRule
,
RuleBase.addPackage(org.drools.core.rule.Package)
,
Serialized FormConstructor and Description |
---|
RuleIntegrationException(Rule rule) |
RuleIntegrationException(Rule rule,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Rule |
getRule()
Retrieve the
Rule . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RuleIntegrationException(Rule rule)
rule
- The offending rule.Exception.Exception()
public RuleIntegrationException(Rule rule, Throwable cause)
rule
- The offending rule.Exception.Exception(Throwable cause)
public Rule getRule()
Rule
.Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.