Package org.eclipse.ui.internal
Class StartupThreading
java.lang.Object
org.eclipse.ui.internal.StartupThreading
- Since:
- 3.3
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic void
- 
Constructor Details- 
StartupThreadingpublic StartupThreading()
 
- 
- 
Method Details- 
runWithWorkbenchExceptionspublic static void runWithWorkbenchExceptions(StartupThreading.StartupRunnable r) throws WorkbenchException - Throws:
- WorkbenchException
 
- 
runWithPartInitExceptionspublic static void runWithPartInitExceptions(StartupThreading.StartupRunnable r) throws PartInitException - Throws:
- PartInitException
 
- 
runWithThrowable- Throws:
- Throwable
 
- 
runWithoutExceptions- Throws:
- RuntimeException
 
 
-