Project

General

Profile

« Previous | Next » 

Revision 1b9ae425

Added by Cherian Mathew over 9 years ago

MessagingUtils : added option for displaying contact message in the error dialog
ApplicationWorkbenchAdvisor : using new method with contact message
AbstractBulkEditorInput : added errorDialog for MergeException

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java
163 163
		    	if(t != null && t instanceof RuntimeException) {		    				    	
164 164
		    		MessagingUtils.errorDialog("Unexpected error", 
165 165
		    				null, 
166
		    				MessagingUtils.UNEXPECTED_ERROR_MESSAGE + MessagingUtils.CONTACT_MESSAGE, 
166
		    				MessagingUtils.UNEXPECTED_ERROR_MESSAGE, 
167 167
		    				statusAdapter.getStatus().getPlugin(), 
168
		    				t);				    		
168
		    				t,
169
		    				true);				    		
169 170
		    	} 		    	    
170 171
		    }
171 172
		}

Also available in: Unified diff