atg.commerce.promotion
Class GWPManager.GWPPipelineErrorHandler
java.lang.Object
   atg.commerce.promotion.GWPManager.GWPPipelineErrorHandler
atg.commerce.promotion.GWPManager.GWPPipelineErrorHandler
- All Implemented Interfaces: 
- atg.commerce.util.PipelineErrorHandler
- Enclosing class:
- GWPManager
- protected class GWPManager.GWPPipelineErrorHandler 
- extends java.lang.Object- implements atg.commerce.util.PipelineErrorHandler
Class to handle errors from the purchase process helper pipeline if needed.
 
| Fields inherited from interface atg.commerce.util.PipelineErrorHandler | 
| CLASS_VERSION | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
mLogger
protected ApplicationLogging mLogger
mHasErrors
protected boolean mHasErrors
GWPManager.GWPPipelineErrorHandler
protected GWPManager.GWPPipelineErrorHandler(ApplicationLogging pLogger)
- Constructor, takes a logger as parameter
 
- Parameters:
- pLogger- ApplicationLoggingImpl
 
handlePipelineError
public void handlePipelineError(java.lang.Object pError,
                                java.lang.String pErrorKey)
- 
- Specified by:
- handlePipelineErrorin interface- atg.commerce.util.PipelineErrorHandler
 
- 
 
hasErrors
public boolean hasErrors()
- 
 
-