Class FilterByClassificationAttributeNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.search.ItemSearchException
de.hybris.platform.integrationservices.search.FilterNotSupportedException
de.hybris.platform.integrationservices.exception.FilterByClassificationAttributeNotSupportedException
- All Implemented Interfaces:
Serializable
public class FilterByClassificationAttributeNotSupportedException
extends FilterNotSupportedException
An exception indicating that filtering using a classification attribute is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFilterByClassificationAttributeNotSupportedException(IntegrationObjectItemClassificationAttributeModel attr) Instantiates the exception -
Method Summary
Modifier and TypeMethodDescriptionRetrieves definition of the attribute that was attempted to be used in the filter condition.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FilterByClassificationAttributeNotSupportedException
public FilterByClassificationAttributeNotSupportedException(IntegrationObjectItemClassificationAttributeModel attr) Instantiates the exception- Parameters:
attr- The classification attribute used in a search filter condition.
-
-
Method Details
-
getAttribute
Retrieves definition of the attribute that was attempted to be used in the filter condition.- Returns:
- classification attribute that was attempted to be used in the filter condition; or more accurately, the attribute model passed into the constructor.
-