org.gvsig.fmap.mapcontrol.dal.feature.swing.table
Class GetFeatureAtException
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.GetFeatureAtException
- All Implemented Interfaces:
- Serializable, IBaseException
public class GetFeatureAtException
- extends BaseRuntimeException
Exception thrown when there is an error while getting a Feature in a
position.
- 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 |
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 Featurecause - the original Throwable
getRowIndex
public int getRowIndex()
- Returns:
- the rowIndex
values
protected Map<String,?> values()
- Overrides:
values in class BaseRuntimeException
Copyright © 2004-2013 gvSIG. All Rights Reserved.