Revision 41294 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/featureset/DefaultIterator.java

View differences:

DefaultIterator.java
90 90
					.next());
91 91
			return lastFeature;
92 92
		} catch (DataException e) {
93
			RuntimeException ex = new RuntimeException();
94
			e.initCause(e);
95
			throw ex;
93
			throw new RuntimeException(e);
96 94
		}
97 95
	}
98 96

  

Also available in: Unified diff