Class GetFeatureAtException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gvsig.tools.exception.BaseRuntimeException
org.gvsig.fmap.dal.swing.impl.featuretable.table.renders.GetFeatureAtException
All Implemented Interfaces:
Serializable, org.gvsig.tools.exception.IBaseException

public class GetFeatureAtException extends org.gvsig.tools.exception.BaseRuntimeException
Exception thrown when there is an error while getting a Feature in a position.
Author:
Cèsar Ordiñana
See Also:
  • Constructor Details

    • GetFeatureAtException

      public GetFeatureAtException(int rowIndex)
      Creates a new Exception when getting a Feature.
      Parameters:
      rowIndex - the position of the Feature
    • GetFeatureAtException

      public GetFeatureAtException(int rowIndex, Throwable cause)
      Creates a new Exception when getting a Feature.
      Parameters:
      rowIndex - the position of the Feature
      cause - the original Throwable
  • Method Details

    • getRowIndex

      public int getRowIndex()
      Returns:
      the rowIndex
    • values

      protected Map<String,?> values()
      Overrides:
      values in class org.gvsig.tools.exception.BaseRuntimeException