Class OrderByVirtualAttributeNotSupportedException

All Implemented Interfaces:
Serializable

public class OrderByVirtualAttributeNotSupportedException extends OrderByNotSupportedException
An exception indicating that ordering using a virtual attribute is not supported.
See Also:
  • 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.