Revision 10626 trunk/extensions/extGeoreferencing/src/org/gvsig/georeferencing/wizards/GeoRasterWizard.java

View differences:

GeoRasterWizard.java
54 54
import com.hardcode.driverManager.DriverLoadException;
55 55
import com.iver.andami.PluginServices;
56 56
import com.iver.andami.messages.NotificationManager;
57
import com.iver.cit.gvsig.fmap.DriverException;
57
import com.iver.cit.gvsig.exceptions.layers.LoadLayerException;
58 58
import com.iver.cit.gvsig.fmap.ViewPort;
59 59
import com.iver.cit.gvsig.fmap.drivers.RasterDriver;
60 60
import com.iver.cit.gvsig.fmap.layers.FLayer;
......
294 294

  
295 295
                	}catch(DriverLoadException exc){
296 296
                		NotificationManager.addError("No se pudo acceder a los drivers", exc);
297
                	}catch(DriverException exc){
297
                	} catch (LoadLayerException exc) {
298 298
                		NotificationManager.addError("El driver ha producido un error", exc);
299
                	}
300 299

  
300
					}
301

  
301 302
                }
302 303
			 }
303 304
	    }

Also available in: Unified diff