Class FilterByVirtualAttributeNotSupportedException
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.search.FilterByVirtualAttributeNotSupportedException
- All Implemented Interfaces:
Serializable
An exception indicating that filtering using a virtual attribute is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates 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
-
FilterByVirtualAttributeNotSupportedException
public FilterByVirtualAttributeNotSupportedException(IntegrationObjectItemVirtualAttributeModel attr) Instantiates the exception- Parameters:
attr- The virtual attribute value that is not supported.
-
-
Method Details
-
getAttribute
Retrieves definition of the attribute that was attempted to be used in the filter condition.- Returns:
- virtual attribute that was attempted to be used in the filter condition; or more accurately, the attribute model passed into the constructor.
-