Project

General

Profile

« Previous | Next » 

Revision 80271249

Added by Andreas Müller over 1 year ago

javadoc

View differences:

eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchAdvisor.java
138 138
		}
139 139

  
140 140
		/**
141
		 * analyzes whether the
141
		 * Analyzes whether the throwable includes an exception of type clazz
142
		 * in the stacktrace.
142 143
         */
143 144
        private <T extends Exception> boolean includesCause(Throwable t, Class<? extends Throwable> clazz) {
144 145
            boolean result = false;

Also available in: Unified diff