Class DefaultBatchItemErrorHandler.ErrorExchangeObject
java.lang.Object
com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
com.broadleafcommerce.dataexchange.service.error.DefaultBatchItemErrorHandler.ErrorExchangeObject
- All Implemented Interfaces:
 PassthroughProperties,ExchangeObject,Serializable
- Enclosing class:
 - DefaultBatchItemErrorHandler
 
An exchange object to represent an error that occurred outside the processing of individual
 exchange objects. This is to avoid any potential issues with error resolver mapping that may
 rely on non-null exchange objects.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class com.broadleafcommerce.dataexchange.domain.AbstractExchangeObject
canEqual, equals, getCorrelationId, getJsonPath, getParentCorrelationId, hashCode, isNewlyCreated, setCorrelationId, setJsonPath, setNewlyCreated, setParentCorrelationId, toStringMethods inherited from class com.broadleafcommerce.dataexchange.domain.catalog.product.AbstractPassthroughProperties
containsCustomProperty, getCustomProperties, getCustomProperty, setCustomProperties, setCustomPropertyMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.broadleafcommerce.dataexchange.domain.ExchangeObject
getContextState, getId, setContextState, setId 
- 
Constructor Details
- 
ErrorExchangeObject
public ErrorExchangeObject() 
 -