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.


Method Summary
 void handleException(Activation activation, WorkingMemory workingMemory, Exception exception)
           
 

Method Detail

handleException

void handleException(Activation activation,
                     WorkingMemory workingMemory,
                     Exception exception)


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.