org.drools.runtime.rule
Class ConsequenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.drools.runtime.rule.ConsequenceException
All Implemented Interfaces:
Serializable

public class ConsequenceException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ConsequenceException(Throwable rootCause, Rule rule)
           
 
Method Summary
 Rule 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

ConsequenceException

public ConsequenceException(Throwable rootCause,
                            Rule rule)
Method Detail

getRule

public Rule getRule()


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.