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

View differences:

IntersectionGeoprocess.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.5  2007-08-07 16:07:06  azabala
48
 * Revision 1.6  2007-09-19 16:07:28  jaume
49
 * ReadExpansionFileException removed from this context
50
 *
51
 * Revision 1.5  2007/08/07 16:07:06  azabala
49 52
 * centrilizing JTS in JTSFacade and allowing all geometry types (not only Polygon)
50 53
 *
51 54
 * Revision 1.4  2007/05/15 07:24:19  cesar
......
343 346
				throw new GeoprocessException("Error de driver al calcular el geoproceso interseccion");
344 347
			} catch (ProcessVisitorException e) {
345 348
				throw new GeoprocessException("Error al procesar el feature de una capa durante el geoproceso interseccion");
346
			} catch (ExpansionFileReadException e) {
347
				throw new GeoprocessException("Error de driver al calcular el geoproceso interseccion");
348 349
			} catch (VisitorException e) {
349 350
				throw new GeoprocessException("Error de driver al calcular el geoproceso interseccion");
350 351
			} catch (SchemaEditionException e) {

Also available in: Unified diff