Revision 1848 branches/Fmap_GisPlanet/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/ShpStrategy.java

View differences:

ShpStrategy.java
228 228
			System.out.println(t2 - t1);
229 229
		} catch (DriverIOException e) {
230 230
			throw new DriverException(e);
231
		} catch (com.hardcode.gdbms.engine.data.DriverException e) {
231
		} catch (com.hardcode.gdbms.engine.data.driver.DriverException e) {
232 232
			throw new DriverException(e);
233 233
		} catch (DriverException e) {
234 234
			throw new DriverException(e);

Also available in: Unified diff