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:
Serializable
An exception indicating that ordering 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 "order by" clause.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
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 Details
-
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.
-