Revision 27723 branches/v2_0_0_prep/libraries/libFMap_mapcontext/src/org/gvsig/fmap/mapcontext/layers/vectorial/FLyrVect.java

View differences:

FLyrVect.java
1356 1356
			DataStore dataStore=dataManager.createStore(storeParameters);
1357 1357
			setDataStore(dataStore);
1358 1358
			getFeatureStore().refresh();
1359
		} catch (ReadException e) {
1359
		} catch (Exception e) {
1360 1360
			throw new ReloadLayerException(getName(),e);
1361
		}catch (LoadLayerException e) {
1362
			throw new ReloadLayerException(getName(),e);
1363
		} catch (DataException e) {
1364
			throw new ReloadLayerException(getName(),e);
1365 1361
		}
1366 1362
		//        try {
1367 1363
		//            this.source.getDriver().reload();

Also available in: Unified diff