Revision 470 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
import com.hardcode.driverManager.DriverLoadException;
4
import com.hardcode.gdbms.engine.data.DriverException;
3 5
import com.iver.cit.gvsig.fmap.drivers.DriverIOException;
4 6
import com.iver.cit.gvsig.fmap.operations.Cancellable;
5 7
import com.iver.cit.gvsig.fmap.tools.Behavior.MapTool;
......
355 357
                    repaint();
356 358
                }
357 359
            } catch (DriverIOException e) {
358
            } finally {
360
            } catch (DriverLoadException e) {
361
				// TODO Auto-generated catch block
362
				e.printStackTrace();
363
			} catch (DriverException e) {
364
				// TODO Auto-generated catch block
365
				e.printStackTrace();
366
			} finally {
359 367
            }
360 368
        }
361 369
    }

Also available in: Unified diff