Revision 20421 trunk/libraries/libDataSourceBaseDrivers/src/org/gvsig/data/datastores/vectorial/file/dbf/DBFFeatureCollection.java

View differences:

DBFFeatureCollection.java
180 180
						feature=featureID.getFeature(featureType);
181 181
					} catch (ReadException e) {
182 182
						throw new RuntimeException(e);
183
					}catch (IsNotFeatureSettingException e) {
184
						throw new RuntimeException(e);
185 183
					}
186 184
				}else if (featureManager!=null && (position-driverFeatureCount)<featureManager.getNum()){
187 185
					int pos=(int)(position-driverFeatureCount);

Also available in: Unified diff