org.broadleafcommerce.core.workflow
Interface ErrorHandler

All Superinterfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware
All Known Implementing Classes:
DefaultErrorHandler, SilentErrorHandler

public interface ErrorHandler
extends org.springframework.beans.factory.BeanNameAware


Method Summary
 void handleError(ProcessContext context, Throwable th)
           
 
Methods inherited from interface org.springframework.beans.factory.BeanNameAware
setBeanName
 

Method Detail

handleError

void handleError(ProcessContext context,
                 Throwable th)
                 throws WorkflowException
Throws:
WorkflowException


Copyright © 2013. All Rights Reserved.