Class ParameterProviderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.solrfacetsearch.indexer.exceptions.IndexerRuntimeException
de.hybris.platform.solrfacetsearch.config.exceptions.IndexerQueryFactoryException
de.hybris.platform.solrfacetsearch.config.exceptions.ParameterProviderException
- All Implemented Interfaces:
Serializable
Exception thrown by
FlexibleSearchQuerySpecFactory whenever the parameter provider specified in indexer query
cannot be found.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParameterProviderException(String configName, String message, Throwable nested) ParameterProviderException(String message, Throwable nested) Exception constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterProviderException
Exception constructor- Parameters:
message- - error messagenested- - nested exception
-
ParameterProviderException
-