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:
-
Field Summary
Fields inherited from class org.gvsig.tools.exception.BaseRuntimeException
code, formatString, messageKey -
Constructor Summary
ConstructorsConstructorDescriptionGetFeatureAtException(int rowIndex) Creates a new Exception when getting a Feature.GetFeatureAtException(int rowIndex, Throwable cause) Creates a new Exception when getting a Feature. -
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
-
GetFeatureAtException
public GetFeatureAtException(int rowIndex) Creates a new Exception when getting a Feature.- Parameters:
rowIndex- the position of the Feature
-
GetFeatureAtException
Creates a new Exception when getting a Feature.- Parameters:
rowIndex- the position of the Featurecause- the original Throwable
-
-
Method Details
-
getRowIndex
public int getRowIndex()- Returns:
- the rowIndex
-
values
- Overrides:
valuesin classorg.gvsig.tools.exception.BaseRuntimeException
-