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, WorkingMemory workingMemory, Activation activation)
           
 
Method Summary
 Activation getActivation()
           
 String getMessage()
           
 Rule getRule()
           
 void printFacts()
           
 void printFacts(PrintStream pStream)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConsequenceException

public ConsequenceException(Throwable rootCause,
                            WorkingMemory workingMemory,
                            Activation activation)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getActivation

public Activation getActivation()

getRule

public Rule getRule()

printFacts

public void printFacts()

printFacts

public void printFacts(PrintStream pStream)

toString

public String toString()
Overrides:
toString in class Throwable


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