Revision 23315

View differences:

branches/v2_0_0_prep/applications/appgvSIG/src/com/prodevelop/cit/gvsig/vectorialdb/wizard/WizardVectorialDB.java
346 346
    		tablesScrollPane.updateUI();
347 347
    	} catch (InitializeException e) {
348 348
    		logger.error("While getting table names: " + e.getMessage(), e);
349
			NotificationManager.showMessageError("While getting table names: "
350
					+ e.getMessage(), e);
349 351
    		return;
350 352
    	} catch (ReadException e) {
351 353
    		logger.error("While getting table names: " + e.getMessage(), e);
354
			NotificationManager.showMessageError("While getting table names: "
355
					+ e.getMessage(), e);
352 356
    		return;
353 357
    	}
354 358
    }

Also available in: Unified diff