Package 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:
java.io.Serializable
public class ConsequenceException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsequenceException(java.lang.Throwable rootCause, RuleRuntime workingMemory, Match match)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchgetMatch()java.lang.StringgetMessage()RulegetRule()voidprintFacts()voidprintFacts(java.io.PrintStream pStream)java.lang.StringtoString()
-
-
-
Constructor Detail
-
ConsequenceException
public ConsequenceException(java.lang.Throwable rootCause, RuleRuntime workingMemory, Match match)
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessagein classjava.lang.Throwable
-
getMatch
public Match getMatch()
-
getRule
public Rule getRule()
-
printFacts
public void printFacts()
-
printFacts
public void printFacts(java.io.PrintStream pStream)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Throwable
-
-