Package org.kie.api.runtime.rule
Interface ConsequenceExceptionHandler
- 
public interface ConsequenceExceptionHandler 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleException(Match match, RuleRuntime workingMemory, Exception exception) 
 - 
 
- 
- 
Method Detail
- 
handleException
void handleException(Match match, RuleRuntime workingMemory, Exception exception)
 
 - 
 
 -