Package com.broadleafcommerce.data.tracking.core.exception.contextstate
package com.broadleafcommerce.data.tracking.core.exception.contextstate
-
ClassDescriptionDefines a subset of
RuntimeExceptions
that are caused by errors when trying to build theContextState of a ContextStateAware business instance
.Subset ofRuntimeExceptions
when an illegal state is discovered in the tracking context related to aTrackable
such 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.