org.eclipse.emf.emfstore.common
Class ESSafeRunner

java.lang.Object
  extended by org.eclipse.emf.emfstore.common.ESSafeRunner

public final class ESSafeRunner
extends Object

Utility class to run ESSafeRunnables.

Author:
Julian Sommerfeldt

Method Summary
static void run(ESSafeRunnable code)
          Runs a ESSafeRunnable and handles exceptions.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

run

public static void run(ESSafeRunnable code)
Runs a ESSafeRunnable and handles exceptions.

Parameters:
code - The ESSafeRunnable to execute.


Copyright © 2015. All Rights Reserved.