java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.openadmin.server.service.persistence.module.criteria.CriteriaConversionException
All Implemented Interfaces:
Serializable

public class CriteriaConversionException extends RuntimeException
Thrown when a problem converting a particular FieldPath from a FilterMapping is detected during JPA criteria translation for fetch operation.
Author:
Jeff Fischer
See Also:
  • Field Details

  • Constructor Details

    • CriteriaConversionException

      public CriteriaConversionException(String message, FieldPath fieldPath)
  • Method Details

    • getFieldPath

      public FieldPath getFieldPath()
    • setFieldPath

      public void setFieldPath(FieldPath fieldPath)