Eclipse Platform
Release 3.3

org.eclipse.core.runtime
Class SafeRunner

java.lang.Object
  extended byorg.eclipse.core.runtime.SafeRunner

public final class SafeRunner
extends Object

Runs the given ISafeRunnable in a protected mode: exceptions thrown in the runnable are logged and passed to the runnable's exception handler. Such exceptions are not rethrown by this method.

This class can be used without OSGi running.

Since:
org.eclipse.equinox.common 3.2

Constructor Summary
SafeRunner()
           
 
Method Summary
static void run(ISafeRunnable code)
          Runs the given runnable in a protected mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeRunner

public SafeRunner()
Method Detail

run

public static void run(ISafeRunnable code)
Runs the given runnable in a protected mode. Exceptions thrown in the runnable are logged and passed to the runnable's exception handler. Such exceptions are not rethrown by this method.

Parameters:
code - the runnable to run

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.