org.drools.spi
Interface ConsequenceExceptionHandler
- All Known Implementing Classes:
- DefaultConsequenceExceptionHandler
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.
handleException
void handleException(Activation activation,
WorkingMemory workingMemory,
Exception exception)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.