Package com.broadleafcommerce.data.tracking.core.exception.contextstate
-
Exception Summary Exception Description ContextStateProcessingException Defines a subset ofRuntimeExceptionsthat are caused by errors when trying to build theContextState of a ContextStateAware business instance.IllegalContextStateException Subset ofRuntimeExceptionswhen an illegal state is discovered in the tracking context related to aTrackablesuch as when aChangeDetail.getFieldName()does not matching any declared fields on a trackable instance or a field is a different type on the business instance and the corresponding trackable.