org.jbpm.process.instance.context.exception
Interface ExceptionHandlerInstance


public interface ExceptionHandlerInstance


Method Summary
 void handleException(String exception, Object param)
           
 void setExceptionHandler(ExceptionHandler exceptionHandler)
           
 

Method Detail

handleException

void handleException(String exception,
                     Object param)

setExceptionHandler

void setExceptionHandler(ExceptionHandler exceptionHandler)


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