[JFace] weird Exception after Closing Wizard Dialog [message #12797] |
Tue, 09 July 2002 12:38 |
Eclipse User |
|
|
|
Hi
I have a wizard nested within WizardDialog, which acts fine till it gets
closed. In this stage, after my code reaches it's last line and the wizard
itself does not show on the screen, I get the following exception:
org.eclipse.swt.SWTException: Failed to execute runnable
(java.lang.NullPointerException)
at org.eclipse.swt.SWT.error(SWT.java:2119)
at
org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchr onizer.java:98)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.jav a:1506)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1294)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1177)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1160)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:775)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:432)
at EclipseRuntimeLauncher.main(EclipseRuntimeLauncher.java:24)
Any ideas?
Thanks,
Julia
|
|
|
Powered by
FUDForum. Page generated in 0.29203 seconds