public class GetFeatureAtException extends BaseRuntimeException
code, formatString, messageKey| Constructor and Description |
|---|
GetFeatureAtException(int rowIndex)
Creates a new Exception when getting a Feature.
|
GetFeatureAtException(int rowIndex,
java.lang.Throwable cause)
Creates a new Exception when getting a Feature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRowIndex() |
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 GetFeatureAtException(int rowIndex)
rowIndex - the position of the Featurepublic GetFeatureAtException(int rowIndex,
java.lang.Throwable cause)
rowIndex - the position of the Featurecause - the original Throwablepublic int getRowIndex()
protected java.util.Map<java.lang.String,?> values()
values in class BaseRuntimeException