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

View differences:

DBFFeatureCollectionWithFeatureID.java
144 144
				feature = fid.getFeature(featureType);
145 145
			} catch (ReadException e) {
146 146
				throw new RuntimeException(e);
147
			} catch (IsNotFeatureSettingException e) {
148
				throw new RuntimeException(e);
149 147
			}
150 148
			return feature;
151 149
		}

Also available in: Unified diff