Class FieldValueProviderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
-
- de.hybris.platform.solrfacetsearch.config.exceptions.FieldValueProviderException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PropertyOutOfRangeException
public class FieldValueProviderException extends FacetConfigServiceException
Thrown byFieldValueProvider
whenever the specialized field value provider cannot obtain the value- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldValueProviderException(java.lang.String message)
Initializes the exceptionFieldValueProviderException(java.lang.String message, java.lang.Throwable nested)
Initializes the exception
-
Method Summary
-
Methods inherited from class de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
getConfigName, getMessage
-
-
-
-
Constructor Detail
-
FieldValueProviderException
public FieldValueProviderException(java.lang.String message, java.lang.Throwable nested)
Initializes the exception- Parameters:
message
- - error messagenested
- - nested exception
-
FieldValueProviderException
public FieldValueProviderException(java.lang.String message)
Initializes the exception- Parameters:
message
- - error message
-
-