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, setStackTrace
public ConsequenceException(Throwable rootCause, RuleRuntime workingMemory, Match match)
public String getMessage()
getMessage
in class Throwable
public Match getMatch()
public Rule getRule()
public void printFacts()
public void printFacts(PrintStream pStream)
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.