org.eclipse.datatools.connectivity.drivers.models
Class MySafeRunnable
java.lang.Object
   org.eclipse.datatools.connectivity.drivers.models.MySafeRunnable
org.eclipse.datatools.connectivity.drivers.models.MySafeRunnable
- All Implemented Interfaces: 
- org.eclipse.core.runtime.ISafeRunnable
- public class MySafeRunnable 
- extends java.lang.Object- implements org.eclipse.core.runtime.ISafeRunnable
 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MySafeRunnable
public MySafeRunnable(CategoryDescriptor[] instance,
                      org.eclipse.core.runtime.IConfigurationElement element)
MySafeRunnable
public MySafeRunnable(TemplateDescriptor[] instance,
                      org.eclipse.core.runtime.IConfigurationElement element)
MySafeRunnable
public MySafeRunnable(OverrideTemplateDescriptor[] instance,
                      org.eclipse.core.runtime.IConfigurationElement element)
handleException
public void handleException(java.lang.Throwable exception)
- 
- Specified by:
- handleExceptionin interface- org.eclipse.core.runtime.ISafeRunnable
 
- 
 
run
public void run()
         throws java.lang.Exception
- 
- Specified by:
- runin interface- org.eclipse.core.runtime.ISafeRunnable
 
- 
- Throws:
- java.lang.Exception