Revision 1828 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/FirstStrategy.java

View differences:

FirstStrategy.java
137 137
			System.out.println(t2 - t1);
138 138
		} catch (DriverIOException e) {
139 139
			throw new DriverException(e);
140
		} catch (com.hardcode.gdbms.engine.data.DriverException e) {
140
		} catch (com.hardcode.gdbms.engine.data.driver.DriverException e) {
141 141
			throw new DriverException(e);
142 142
		}
143 143
	}

Also available in: Unified diff