public class ConsequenceException extends RuntimeException
| Constructor and Description | 
|---|
ConsequenceException(Throwable rootCause,
                    RuleRuntime workingMemory,
                    Match match)  | 
| Modifier and Type | Method and Description | 
|---|---|
Match | 
getMatch()  | 
String | 
getMessage()  | 
Rule | 
getRule()  | 
void | 
printFacts()  | 
void | 
printFacts(PrintStream pStream)  | 
String | 
toString()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic ConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)
public String getMessage()
getMessage in class Throwablepublic Match getMatch()
public Rule getRule()
public void printFacts()
public void printFacts(PrintStream pStream)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.