org.gvsig.fmap.mapcontrol.dal.feature.swing.table
Class SetFeatureValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.mapcontrol.dal.feature.swing.table.SetFeatureValueException
- All Implemented Interfaces:
- Serializable, IBaseException
public class SetFeatureValueException
- extends BaseRuntimeException
Exception thrown when there is an error while updating a Feature through a
FeatureTableModel.
- Author:
- Cèsar Ordiñana
- See Also:
- Serialized Form
| Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException |
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, iterator, setCode, setFormatString, setMessageKey, setValue, toString |
SetFeatureValueException
public SetFeatureValueException(int rowIndex,
int columnIndex,
Object value)
- Creates a new Exception when setting a Feature value.
- Parameters:
rowIndex - the position of the FeaturecolumnIndex - the position of the value into the Featurevalue - the value to set
SetFeatureValueException
public SetFeatureValueException(int rowIndex,
int columnIndex,
Object value,
Throwable cause)
- Creates a new Exception when setting a Feature value.
- Parameters:
rowIndex - the position of the FeaturecolumnIndex - the position of the value into the Featurevalue - the value to setcause - the original Throwable
getRowIndex
public int getRowIndex()
- Returns:
- the rowIndex
getColumnIndex
public int getColumnIndex()
- Returns:
- the columnIndex
getValue
public Object getValue()
- Returns:
- the value
values
protected Map<String,?> values()
- Overrides:
values in class BaseRuntimeException
Copyright © 2004-2013 gvSIG. All Rights Reserved.