Revision 652 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/NewMapControl.java

View differences:

NewMapControl.java
1 1
package com.iver.cit.gvsig.fmap;
2 2

  
3 3
import com.hardcode.driverManager.DriverLoadException;
4
import com.hardcode.gdbms.engine.data.DriverException;
5 4
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
6 5
import com.iver.cit.gvsig.fmap.operations.Cancellable;
7 6
import com.iver.cit.gvsig.fmap.tools.Behavior.MapTool;
......
364 363
                    System.err.println("Cancelado");
365 364
                    repaint();
366 365
                }
367
            } catch (DriverIOException e) {
368
            } catch (DriverLoadException e) {
369
				// TODO Auto-generated catch block
370
				e.printStackTrace();
371 366
			} catch (DriverException e) {
372 367
				// TODO Auto-generated catch block
373 368
				e.printStackTrace();

Also available in: Unified diff