Drools :: Core 6.2.0.Final

org.drools.core.rule
Class NoConsequenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drools.core.rule.RuleConstructionException
                  extended by org.drools.core.rule.InvalidRuleException
                      extended by org.drools.core.rule.NoConsequenceException
All Implemented Interfaces:
Serializable

public class NoConsequenceException
extends InvalidRuleException

Validity exception indicating that a Rule does not contain a Consequences.

See Also:
Serialized Form

Constructor Summary
NoConsequenceException(RuleImpl rule)
          Construct.
 
Method Summary
 
Methods inherited from class org.drools.core.rule.InvalidRuleException
getRule
 
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

NoConsequenceException

public NoConsequenceException(RuleImpl rule)
Construct.

Parameters:
rule - The invalid Rule.

Drools :: Core 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.