Class AttributeErrorInfo

Object
AttributeErrorInfo

@PublicApi public class AttributeErrorInfo extends Object
Contains information about problems experienced when loading a particular attribute.
See Also:
  • Constructor Details

  • Method Details

    • getAttributeSpec

      @NotNull public AttributeSpec<?> getAttributeSpec()
      Returns the attribute spec of the problematic attribute
      Returns:
      attribute spec
    • getRowId

      @Nullable public Long getRowId()
      If the problem happened when loading a particular row, returns that row ID
      Returns:
      row ID or null
    • getItemId

      @Nullable public ItemIdentity getItemId()
      If the problem happened when loading a particular item, returns that item ID
      Returns:
      item ID or null
    • getCause

      @Nullable public Throwable getCause()
      If the problem caused an exception to be fired at the attributes system, returns that exception
      Returns:
      caught exception or null
    • toString

      public String toString()
      Overrides:
      toString in class Object