Class PropertyOutOfRangeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
-
- de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
-
- de.hybris.platform.solrfacetsearch.config.exceptions.PropertyOutOfRangeException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertyOutOfRangeException extends FieldValueProviderException
Thrown byAbstractPropertyFieldValueProvider#getRangeName(de.hybris.platform.solrfacetsearch.config.IndexedProperty, Object)whenever the actual value of the property is not included in any of the related value range set defined in this indexed property definition- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyOutOfRangeException(java.lang.String message)Initializes the exception
-
Method Summary
-
Methods inherited from class de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
getConfigName, getMessage
-
-