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:
- Serializable
 
 public class ConsequenceException extends RuntimeException - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchgetMatch()StringgetMessage()RulegetRule()voidprintFacts()voidprintFacts(PrintStream pStream)StringtoString()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
ConsequenceExceptionpublic ConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match) 
 
- 
 - 
Method Detail- 
getMessagepublic String getMessage() - Overrides:
- getMessagein class- Throwable
 
 - 
getMatchpublic Match getMatch() 
 - 
getRulepublic Rule getRule() 
 - 
printFactspublic void printFacts() 
 - 
printFactspublic void printFacts(PrintStream pStream) 
 
- 
 
-