org.kie.api.runtime.rule
Class ConsequenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.api.runtime.rule.ConsequenceException
- All Implemented Interfaces:
- Serializable
public class ConsequenceException
- extends RuntimeException
- See Also:
- Serialized Form
ConsequenceException
public ConsequenceException(Throwable rootCause,
RuleRuntime workingMemory,
Match match)
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
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.