Class 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 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.