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,org.gvsig.tools.exception.IBaseException
public class SetFeatureValueException
extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error while updating a Feature through a
FeatureTableModel.
- Author:
- Cèsar Ordiñana
- See Also:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionSetFeatureValueException(int rowIndex, int columnIndex, Object value) Creates a new Exception when setting a Feature value.SetFeatureValueException(int rowIndex, int columnIndex, Object value, Throwable cause) Creates a new Exception when setting a Feature value. -
Method Summary
Methods inherited from class org.gvsig.tools.exception.BaseRuntimeException
getCode, getFormatString, getLocalizedMessage, getLocalizedMessage, getLocalizedMessageStack, getLocalizedMessageStack, getMessage, getMessage, getMessageKey, getMessageStack, getMessageStack, getValue, iterator, setCode, setFormatString, setMessageKey, setValue, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SetFeatureValueException
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
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
-
-
Method Details
-
getRowIndex
public int getRowIndex()- Returns:
- the rowIndex
-
getColumnIndex
public int getColumnIndex()- Returns:
- the columnIndex
-
getValue
- Returns:
- the value
-
values
- Overrides:
valuesin classorg.gvsig.tools.exception.BaseRuntimeException
-