Package org.drools.core.rule.consequence
Interface ConsequenceExceptionHandler
public interface ConsequenceExceptionHandler
Care should be taken when implementing this class. Swallowing of consequence can be dangerous
if the exception occured during a WorkingMemory action, thus leaving the integrity of the
WorkingMemory invalid.
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(InternalMatch internalMatch, WorkingMemory workingMemory, Exception exception)
-
Method Details
-
handleException
-