Revision 2593 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/ProjectExtension.java

View differences:

ProjectExtension.java
269 269
				proj = Project.createFromXML(new XMLEntity(tag));
270 270
				return proj;
271 271
			} catch (XMLException e) {
272
                NotificationManager.addInfo("Al leer el proyecto", e);
272 273
			} catch (DriverException e) {
274
                NotificationManager.addInfo("Al leer el proyecto", e);
273 275
			} catch (DriverIOException e) {
276
                NotificationManager.addInfo("Al leer el proyecto", e);
274 277
			} catch (NotExistInXMLEntity e){
278
                NotificationManager.addInfo("Al leer el proyecto", e);
275 279
			} 
276 280
			try {
277 281
                proj = Project.createFromXML03(new XMLEntity(tag));

Also available in: Unified diff