Revision 13874 trunk/extensions/extGeoProcessing/src/com/iver/cit/gvsig/geoprocess/impl/difference/fmap/DifferenceGeoprocess.java

View differences:

DifferenceGeoprocess.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.5  2007-08-07 15:42:19  azabala
48
 * Revision 1.6  2007-09-19 16:05:53  jaume
49
 * ReadExpansionFileException removed from this context
50
 *
51
 * Revision 1.5  2007/08/07 15:42:19  azabala
49 52
 * centrilizing JTS in JTSFacade
50 53
 *
51 54
 * Revision 1.4  2007/05/15 07:24:19  cesar
......
366 369
			} catch (ReadDriverException e) {
367 370
				throw new GeoprocessException(
368 371
					"Error de driver al calcular el geoproceso interseccion");
369
			} catch (ExpansionFileReadException e) {
370
				throw new GeoprocessException(
371
					"Error de driver al calcular el geoproceso interseccion");
372 372
			} catch (VisitorException e) {
373 373
				throw new GeoprocessException(
374 374
					"Error de driver al calcular el geoproceso interseccion");
375
			}finally{
375
			} finally {
376 376
				finished = true;
377 377
			}
378 378
		}

Also available in: Unified diff