Project

General

Profile

« Previous | Next » 

Revision 073d62ba

Added by Patrick Plitzner over 7 years ago

ref #5458 Refactor SQLException handling

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/dbstatus/DistributionTableView.java
178 178
		try {
179 179
			container = listener.getSQLContainer();
180 180
		} catch (SQLException e) {
181
			Notification.show("Error while accessing data base", Type.ERROR_MESSAGE);
182
			e.printStackTrace();
181
			DistributionEditorUtil.showSqlError(e);
183 182
			return;
184 183
		}
185 184
		if(container==null){

Also available in: Unified diff