Revision 1356 org.gvsig.raster.wms/trunk/org.gvsig.raster.wms/org.gvsig.raster.wms.app/org.gvsig.raster.wms.app.wmsclient/src/main/java/org/gvsig/raster/wms/app/wmsclient/layer/FLyrWMS.java

View differences:

FLyrWMS.java
1096 1096
			throw new InitializeException(e);
1097 1097
		} catch (ProviderNotRegisteredException e) {
1098 1098
			throw new InitializeException(e);
1099
		} catch (InitializeException e) {
1100
			throw new InitializeException(e);
1101 1099
		} catch (LoadLayerException e) {
1102 1100
			throw new InitializeException(e);
1103 1101
		}

Also available in: Unified diff