Revision 10706

View differences:

trunk/extensions/extAddIDEELayers/.classpath
8 8
	<classpathentry sourcepath="/libUI/src" kind="lib" path="/_fwAndami/lib/beans.jar"/>
9 9
	<classpathentry sourcepath="/jCMS" kind="lib" path="/libFMap/lib/cms.jar"/>
10 10
	<classpathentry combineaccessrules="false" kind="src" path="/extWMS"/>
11
	<classpathentry sourcepath="/libExceptions" kind="lib" path="/libFMap/lib/gvsig-exceptions.jar"/>
11 12
	<classpathentry kind="output" path="bin"/>
12 13
</classpath>
trunk/extensions/extAddIDEELayers/src/com/iver/gvsig/addIDEElayers/AddIDEELayersExtension.java
119 119
			 // Refresh the view
120 120
			 mapControl.getMapContext().invalidate();
121 121
			 
122
		 } catch(DriverIOException e) {
123
			 // Notify the problem to the user
124
			 e.printStackTrace();
125
			 JOptionPane.showMessageDialog(null, PluginServices.getText(null, "error") + ":\n" + e.getMessage(), PluginServices.getText(null, "error"), JOptionPane.ERROR_MESSAGE);
126
			 return false;
127 122
		 } catch (Exception ex) {
128 123
			 // Notify the problem to the user
129 124
			 ex.printStackTrace();

Also available in: Unified diff