Revision 10706 trunk/extensions/extAddIDEELayers/src/com/iver/gvsig/addIDEElayers/AddIDEELayersExtension.java

View differences:

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