Class ExceptionUtil


  • public class ExceptionUtil
    extends Object
    This provides access to commonly used functions which need to handle exceptions.
    • Constructor Detail

      • ExceptionUtil

        public ExceptionUtil()
    • Method Detail

      • handleException

        public static void handleException​(Exception e,
                                           org.eclipse.compare.CompareConfiguration configuration,
                                           boolean closeEditor)
        Log exception and close editor if asked.
        Parameters:
        e - the exception to log.
        configuration - the compare configuration object.
        closeEditor - true if you want to close editor.