org.drools.runtime.pipeline
Interface StageExceptionHandler


public interface StageExceptionHandler

This api is experimental and thus the classes and the interfaces returned are subject to change.


Method Summary
 void handleException(Stage stage, Object object, Exception exception)
           
 

Method Detail

handleException

void handleException(Stage stage,
                     Object object,
                     Exception exception)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.