Project

General

Profile

« Previous | Next » 

Revision c59e1cf1

Added by Katja Luther almost 9 years ago

widget is disposed exception ticket (#4657)

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java
104 104
		    	//        leading to a recursive infinite loop of :
105 105
		    	//        initial exception thrown -> status handling -> dialog opening + logging of status ->
106 106
		    	//        status handling -> dialog opening + logging of status ... and so on
107
		    	if(t != null && t instanceof RuntimeException && ! "Widget is disposed".equals(t.getMessage())){
107
		    	if(t != null && t instanceof RuntimeException) {
108 108
		    		MessagingUtils.errorDialog("Unexpected error",
109 109
		    				null,
110 110
		    				MessagingUtils.UNEXPECTED_ERROR_MESSAGE,

Also available in: Unified diff