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:
Serializable
- Direct Known Subclasses:
PropertyOutOfRangeException
Thrown by
FieldValueProvider whenever the specialized field value provider cannot obtain the value- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldValueProviderException(String message) Initializes the exceptionFieldValueProviderException(String message, Throwable nested) Initializes the exception -
Method Summary
Methods inherited from class de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
getConfigName, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FieldValueProviderException
Initializes the exception- Parameters:
message- - error messagenested- - nested exception
-
FieldValueProviderException
Initializes the exception- Parameters:
message- - error message
-