Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Global exception handler?
Global exception handler? [message #460455] Sat, 27 August 2005 10:18 Go to next message
Don Young is currently offline Don YoungFriend
Messages: 18
Registered: July 2009
Junior Member
All,

In AWT, I can set a system property "sun.awt.exception.handler" to a
custom exception handler. Any uncaught exception will be caught by the
custom one, any equivalent in SWT?

Thanks

-dy
Re: Global exception handler? [message #460480 is a reply to message #460455] Mon, 29 August 2005 18:09 Go to previous message
Steve Northover is currently offline Steve NorthoverFriend
Messages: 1636
Registered: July 2009
Senior Member
No, but Ecipse and some other applications catch exceptions around the event
loop in order to stop the application from terminating.

"Don Y" <don@inpowersoft.com> wrote in message
news:depel3$cnd$1@news.eclipse.org...
> All,
>
> In AWT, I can set a system property "sun.awt.exception.handler" to a
> custom exception handler. Any uncaught exception will be caught by the
> custom one, any equivalent in SWT?
>
> Thanks
>
> -dy
Previous Topic:How to listen for new shell creation?
Next Topic:Is it possible to have a ScrolledComposite with width>32767 on Windows 2000
Goto Forum:
  


Current Time: Thu Sep 26 19:10:35 GMT 2024

Powered by FUDForum. Page generated in 0.03754 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top