Revision 10665 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/operations/strategies/ShpStrategy.java

View differences:

ShpStrategy.java
330 330
			// System.out.println(t2 - t1);
331 331
		} catch (ExpansionFileReadException e) {
332 332
			throw new ReadDriverException(getCapa().getName(),e);
333
		} catch (DriverLoadException e) {
334
			throw new ReadDriverException(getCapa().getName(),e);
335 333
		} catch (InitializeDriverException e) {
336 334
			throw new ReadDriverException(getCapa().getName(),e);
337 335
		}

Also available in: Unified diff