Class OrderByVirtualAttributeNotSupportedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.search.ItemSearchException
-
- de.hybris.platform.integrationservices.search.OrderByNotSupportedException
-
- de.hybris.platform.integrationservices.search.OrderByVirtualAttributeNotSupportedException
-
- All Implemented Interfaces:
java.io.Serializable
public class OrderByVirtualAttributeNotSupportedException extends OrderByNotSupportedException
An exception indicating that ordering using a virtual attribute is not supported.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrderByVirtualAttributeNotSupportedException(IntegrationObjectItemVirtualAttributeModel attr)Instantiates the exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationObjectItemVirtualAttributeModelgetAttribute()Retrieves definition of the attribute that was attempted to be used in the "order by" clause.
-
-
-
Constructor Detail
-
OrderByVirtualAttributeNotSupportedException
public OrderByVirtualAttributeNotSupportedException(IntegrationObjectItemVirtualAttributeModel attr)
Instantiates the exception- Parameters:
attr- definition of the virtual attribute that was used in the "order by" clause for item search.
-
-
Method Detail
-
getAttribute
public IntegrationObjectItemVirtualAttributeModel getAttribute()
Retrieves definition of the attribute that was attempted to be used in the "order by" clause.- Returns:
- virtual attribute that was attempted to be used in the "order by" clause; or more technically, the attribute model passed into the constructor.
-
-