Revision 2317 branches/pilotoDWG/applications/appgvSIG/src/com/iver/cit/gvsig/Abrir.java

View differences:

Abrir.java
184 184
						}
185 185

  
186 186
					} catch (DriverException e) {
187
						JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(),"Formato no soportado : "+e);
187
						e.printStackTrace();
188 188
					}catch (DriverIOException e) {
189
						JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(),"Formato no soportado : "+e);
189
						JOptionPane.showMessageDialog((Component)PluginServices.getMainFrame(),"Formato no soportado.");
190 190
					}
191 191
				}
192 192

  

Also available in: Unified diff