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

View differences:

GenericDissolveVisitor.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:06:36  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
......
182 185
			} catch (ReadDriverException e) {
183 186
				throw new ProcessVisitorException(recordset.getName(),e,
184 187
						"Error al procesar las geometrias a fusionar durante dissolve");
185
			} catch (ExpansionFileReadException e) {
186
				throw new ProcessVisitorException(recordset.getName(),e,
187
						"Error al procesar las geometrias a fusionar durante dissolve");
188 188
			} catch (VisitorException e) {
189 189
				throw new ProcessVisitorException(recordset.getName(),e,
190 190
						"Error al procesar las geometrias a fusionar durante dissolve");

Also available in: Unified diff