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

View differences:

NearestHeuristicSpatialJoinVisitor.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
......
241 244
				}
242 245
			} catch (ReadDriverException e) {
243 246
				throw new ProcessVisitorException(targetRecordset.getName(),e,"Error accediendo a los datos buscando el feature mas proximo");
244
			} catch (ExpansionFileReadException e) {
245
				throw new ProcessVisitorException(targetRecordset.getName(),e,"Error accediendo a los datos buscando el feature mas proximo");
246
			}
247
			} 
247 248
		}//while
248 249

  
249 250
	}

Also available in: Unified diff