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 SummaryConstructors Constructor Description ConsequenceException(java.lang.Throwable rootCause, RuleRuntime workingMemory, Match match)
 - 
Method SummaryAll 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- 
ConsequenceExceptionpublic ConsequenceException(java.lang.Throwable rootCause, RuleRuntime workingMemory, Match match)
 
- 
 - 
Method Detail- 
getMessagepublic java.lang.String getMessage() - Overrides:
- getMessagein class- java.lang.Throwable
 
 - 
getMatchpublic Match getMatch() 
 - 
getRulepublic Rule getRule() 
 - 
printFactspublic void printFacts() 
 - 
printFactspublic void printFacts(java.io.PrintStream pStream) 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Throwable
 
 
- 
 
-