Revision 652 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/Tabla.java

View differences:

Tabla.java
10 10
import com.iver.andami.PluginServices;
11 11
import com.iver.andami.messages.NotificationManager;
12 12
import com.iver.andami.plugins.Extension;
13
import com.iver.cit.gvsig.fmap.DriverException;
13 14
import com.iver.cit.gvsig.fmap.layers.FLayer;
14 15
import com.iver.cit.gvsig.fmap.layers.SelectableDataSource;
15 16
import com.iver.cit.gvsig.fmap.layers.layerOperations.AlphanumericData;
......
49 50
					if (co.getRecordset() != null) {
50 51
						algunaTabla = true;
51 52
					}
52
				} catch (DriverLoadException e) {
53
				} catch (DriverException e) {
53 54
				}
54 55
			}
55 56
		}
......
108 109
					t.setModel(projectTable,
109 110
						((View) vista).getModel().getMapContext());
110 111
					PluginServices.getMDIManager().addView(t);
111
				} catch (DriverLoadException e) {
112
				} catch (DriverException e) {
112 113
					NotificationManager.addError("Error al cargar los drivers",
113 114
						e);
114 115
				}

Also available in: Unified diff