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

View differences:

Abrir.java
9 9
import com.hardcode.gdbms.engine.data.DBDriver;
10 10
import com.iver.andami.PluginServices;
11 11
import com.iver.andami.plugins.Extension;
12
import com.iver.cit.gvsig.fmap.DriverException;
12 13
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
13 14
import com.iver.cit.gvsig.fmap.drivers.GeorreferencedRasterDriver;
14 15
import com.iver.cit.gvsig.fmap.drivers.VectorialFileDriver;
......
97 98
                        theView.getMapControl().drawMap();
98 99
                        theView.getTOC().refresh();
99 100
                    }
100
                } catch (DriverLoadException e) {
101
                } catch (DriverException e) {
101 102
                    e.printStackTrace();
102
                } catch (DriverIOException e) {
103
                    // TODO Auto-generated catch block
104
                    e.printStackTrace();
105 103
                }
106 104
            } // for
107 105
        }

Also available in: Unified diff