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

View differences:

LayerFactory.java
170 170

  
171 171

  
172 172
			return layer;
173
		} catch (InitializeException e1) {
174
			throw new LoadLayerException(layerName,e1);
175
		} catch (ProviderNotRegisteredException e) {
173
		} catch (Exception e) {
176 174
			throw new LoadLayerException(layerName,e);
177 175
		}
178 176
	}

Also available in: Unified diff