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

View differences:

IntersectSpatialJoinVisitor.java
45 45
 *
46 46
 * $Id$
47 47
 * $Log$
48
 * Revision 1.2  2007-03-06 16:47:58  caballero
48
 * Revision 1.3  2007-09-19 16:08:13  jaume
49
 * ReadExpansionFileException removed from this context
50
 *
51
 * Revision 1.2  2007/03/06 16:47:58  caballero
49 52
 * Exceptions
50 53
 *
51 54
 * Revision 1.1  2006/06/20 18:20:45  azabala
......
187 190
		} catch (ReadDriverException e) {
188 191
			throw new ProcessVisitorException(targetRecordset.getName(),e,
189 192
					"Error al buscar las intersecciones de una geometria durante un spatial join");
190
		} catch (ExpansionFileReadException e) {
191
			throw new ProcessVisitorException(targetRecordset.getName(),e,
192
				"Error al buscar las intersecciones de una geometria durante un spatial join");
193
		}
193
		} 
194 194
	}
195 195

  
196 196
	public String getProcessDescription() {

Also available in: Unified diff