Project

General

Profile

« Previous | Next » 

Revision 2e4330c6

Added by Patrick Plitzner almost 7 years ago

ref #6597 Change error handling

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/element/AbstractFormSection.java
586 586
	    }else if(getParentElement() instanceof IConversationEnabled){
587 587
	        return ((IConversationEnabled) getParentElement()).getConversationHolder();
588 588
	    }
589
		MessagingUtils.messageDialog("Could not get conversation for AbstractFormSection",
590
				getClass(), "There is an error in the implementation. There should have been an active editor but it wasn't",
589
		MessagingUtils.error(getClass(), "Could not get conversation for AbstractFormSection. There is an error in the implementation. There should have been an active editor but it wasn't",
591 590
				new IllegalArgumentException());
592 591
		return null;
593 592

  

Also available in: Unified diff