Class ExceptionUtil
- java.lang.Object
-
- org.eclipse.emf.compare.ide.ui.internal.util.ExceptionUtil
-
public class ExceptionUtil extends Object
This provides access to commonly used functions which need to handle exceptions.
-
-
Constructor Summary
Constructors Constructor Description ExceptionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
handleException(Exception e, org.eclipse.compare.CompareConfiguration configuration, boolean closeEditor)
Log exception and close editor if asked.
-
-
-
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.
-
-