public class SetFeatureValueException extends BaseRuntimeException
code, formatString, messageKey| Constructor and Description |
|---|
SetFeatureValueException(int rowIndex,
int columnIndex,
java.lang.Object value)
Creates a new Exception when setting a Feature value.
|
SetFeatureValueException(int rowIndex,
int columnIndex,
java.lang.Object value,
java.lang.Throwable cause)
Creates a new Exception when setting a Feature value.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnIndex() |
int |
getRowIndex() |
java.lang.Object |
getValue() |
protected java.util.Map<java.lang.String,?> |
values() |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toStringpublic SetFeatureValueException(int rowIndex,
int columnIndex,
java.lang.Object value)
rowIndex - the position of the FeaturecolumnIndex - the position of the value into the Featurevalue - the value to setpublic SetFeatureValueException(int rowIndex,
int columnIndex,
java.lang.Object value,
java.lang.Throwable cause)
rowIndex - the position of the FeaturecolumnIndex - the position of the value into the Featurevalue - the value to setcause - the original Throwablepublic int getRowIndex()
public int getColumnIndex()
public java.lang.Object getValue()
protected java.util.Map<java.lang.String,?> values()
values in class BaseRuntimeException