Class FacetConfigUnknownValueRangeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigServiceException
de.hybris.platform.solrfacetsearch.config.exceptions.FacetConfigUnknownValueRangeException
- All Implemented Interfaces:
Serializable
Thrown by
DefaultFacetSearchConfigService whenever value range specified in the indexed property definition
cannot be found- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFacetConfigUnknownValueRangeException(String configName, String message) Initializes the exceptionFacetConfigUnknownValueRangeException(String configName, String message, Throwable nested) Initializes the exceptionFacetConfigUnknownValueRangeException(String configName, 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
-
FacetConfigUnknownValueRangeException
Initializes the exception- Parameters:
configName- - SOLR configuration item namenested- - nested exception
-
FacetConfigUnknownValueRangeException
Initializes the exception- Parameters:
configName- - SOLR configuration item namemessage- - error messagenested- - nested exception
-
FacetConfigUnknownValueRangeException
Initializes the exception- Parameters:
configName- - SOLR configuration item namemessage- - error message
-