KIE API 6.1.0.Beta2

org.kie.api.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.kie.api.runtime.rule.ConsequenceException
All Implemented Interfaces:
Serializable

public class ConsequenceException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)
           
 
Method Summary
 Match getMatch()
           
 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,
                            RuleRuntime workingMemory,
                            Match match)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getMatch

public Match getMatch()

getRule

public Rule getRule()

printFacts

public void printFacts()

printFacts

public void printFacts(PrintStream pStream)

toString

public String toString()
Overrides:
toString in class Throwable

KIE API 6.1.0.Beta2

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