Revision 42811 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.impl/src/main/java/org/gvsig/fmap/dal/feature/impl/IndexFeatureSet.java

View differences:

IndexFeatureSet.java
78 78
			try {
79 79
				return store.getFeatureStore().getFeatureByReference(ref);
80 80
			} catch (DataException e) {
81
				throw new ReadRuntimeException(store.getName(), e);
81
				throw new ReadRuntimeException(store.getName(),oid, e);
82 82
			}
83 83
		}
84 84

  
......
118 118

  
119 119
				return feature;
120 120
			} catch (DataException e) {
121
				throw new ReadRuntimeException(store.getName(), e);
121
				throw new ReadRuntimeException(store.getName(),oid, e);
122 122
			}
123 123
		}
124 124

  

Also available in: Unified diff