org.broadleafcommerce.core.workflow
Class SilentErrorHandler

java.lang.Object
  extended by org.broadleafcommerce.core.workflow.SilentErrorHandler
All Implemented Interfaces:
ErrorHandler, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware

@Component(value="blSilentErrorHandler")
public class SilentErrorHandler
extends Object
implements ErrorHandler


Constructor Summary
SilentErrorHandler()
           
 
Method Summary
 void handleError(ProcessContext context, Throwable th)
           
 void setBeanName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SilentErrorHandler

public SilentErrorHandler()
Method Detail

handleError

public void handleError(ProcessContext context,
                        Throwable th)
                 throws WorkflowException
Specified by:
handleError in interface ErrorHandler
Throws:
WorkflowException

setBeanName

public void setBeanName(String name)
Specified by:
setBeanName in interface org.springframework.beans.factory.BeanNameAware


Copyright © 2012. All Rights Reserved.