public static class AttributeUtil.AttributeGetResult
extends java.lang.Object
Constructor and Description |
---|
AttributeGetResult(boolean successful,
java.lang.Object[] value,
java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getThrowable()
Return the throwable if any exception happens
|
java.lang.Object[] |
getValue() |
boolean |
isSuccessful() |
public AttributeGetResult(boolean successful, java.lang.Object[] value, java.lang.Throwable t)
public boolean isSuccessful()
public java.lang.Throwable getThrowable()
public java.lang.Object[] getValue()