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:
  • Constructor Details

    • SetFeatureValueException

      public SetFeatureValueException(int rowIndex, int columnIndex, Object value)
      Creates a new Exception when setting a Feature value.
      Parameters:
      rowIndex - the position of the Feature
      columnIndex - the position of the value into the Feature
      value - 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 Feature
      columnIndex - the position of the value into the Feature
      value - the value to set
      cause - the original Throwable
  • Method Details

    • 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 org.gvsig.tools.exception.BaseRuntimeException