public class ConsequenceException extends RuntimeException
Constructor and Description |
---|
ConsequenceException(Throwable rootCause,
WorkingMemory workingMemory,
Activation activation) |
Modifier and Type | Method and Description |
---|---|
Activation |
getActivation() |
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, WorkingMemory workingMemory, Activation activation)
public String getMessage()
getMessage
in class Throwable
public Activation getActivation()
public Rule getRule()
public void printFacts()
public void printFacts(PrintStream pStream)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.