Class FilterByVirtualAttributeNotSupportedException

All Implemented Interfaces:
Serializable

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