@PublicApi public class AttributeErrorInfo extends Object
ValuesMeta| Constructor and Description |
|---|
AttributeErrorInfo(AttributeSpec<?> attributeSpec,
Long rowId,
ItemIdentity itemId,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
AttributeSpec<?> |
getAttributeSpec()
Returns the attribute spec of the problematic attribute
|
Throwable |
getCause()
If the problem caused an exception to be fired at the attributes system, returns that exception
|
ItemIdentity |
getItemId()
If the problem happened when loading a particular item, returns that item ID
|
Long |
getRowId()
If the problem happened when loading a particular row, returns that row ID
|
String |
toString() |
public AttributeErrorInfo(@NotNull
AttributeSpec<?> attributeSpec,
@Nullable
Long rowId,
@Nullable
ItemIdentity itemId,
@Nullable
Throwable cause)
@NotNull public AttributeSpec<?> getAttributeSpec()
@Nullable public Long getRowId()
@Nullable public ItemIdentity getItemId()
@Nullable public Throwable getCause()
Copyright © 2021 ALM Works. All Rights Reserved.