Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Error Messages
Error Messages [message #58426] Mon, 27 January 2003 21:47 Go to next message
Eclipse UserFriend
Originally posted by: ian.ianbull.com

Is there anyway to enable the event loop to print more information about
exceptions it catches. I am still very new to GEF / SWT / Eclipse Plugins
so I am extending the simple examples (and the logic examples) to learn how
to design GEF applications. However, if I make any mistakes all I get from
the Eclipse Console is (Unhandled exception caught in event loop. Reason:
Widget is disposed). I was wondering if there is any way (or any place) to
put a general exception handler that will catch all unhandled exceptions and
at least print a stack trace?

Cheers,
Ian

--
Ian Bull - IBM Centre for Advanced Studies
University of Victoria
Re: Error Messages [message #58498 is a reply to message #58426] Mon, 27 January 2003 21:53 Go to previous message
Eclipse UserFriend
Originally posted by: noone.ibm.com

All exceptions are appended to a file called .log
It can be found at:
eclipse\runtime-workspace\.metadata\.log

This will show you the stack trace.

"ian" <ian@ianbull.com> wrote in message news:b1487a$nnj$1@rogue.oti.com...
> Is there anyway to enable the event loop to print more information about
> exceptions it catches. I am still very new to GEF / SWT / Eclipse Plugins
> so I am extending the simple examples (and the logic examples) to learn
how
> to design GEF applications. However, if I make any mistakes all I get
from
> the Eclipse Console is (Unhandled exception caught in event loop. Reason:
> Widget is disposed). I was wondering if there is any way (or any place)
to
> put a general exception handler that will catch all unhandled exceptions
and
> at least print a stack trace?
>
> Cheers,
> Ian
>
> --
> Ian Bull - IBM Centre for Advanced Studies
> University of Victoria
>
>
Previous Topic:Direct Edit in GEF
Next Topic:Create a new Figure where the Drop occurs
Goto Forum:
  


Current Time: Sat Oct 19 05:13:22 GMT 2024

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

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

Back to the top