Revision 34711 trunk/libraries/libIverUtiles/src/org/gvsig/tools/file/PathGenerator.java

View differences:

PathGenerator.java
43 43
			return file.getPath();
44 44
		 } catch (MalformedURLException e) {
45 45
			e.printStackTrace();
46
		} catch (IllegalArgumentException e) {
47
			return targetPath;
46 48
		} catch (URISyntaxException e) {
47 49
			e.printStackTrace();
48 50
		}
......
169 171
			} catch (MalformedURLException e1) {
170 172
				e1.printStackTrace();
171 173
			}
172
		} catch (URISyntaxException e) {
174
		} catch (IllegalArgumentException e) {
175
			return path;
176
		}catch (URISyntaxException e) {
173 177
			e.printStackTrace();
174 178
		}
175 179
		return path;

Also available in: Unified diff