[Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Helge Fredriksen
Hello! I know there was a post about this some time ago, but I was unable to find the thread in the archives; Is there any way to catch and handle exceptions that are not catched and is happening inside the QtJambi event loop? These do arrive at the standard out with a header of type QtJambi:

Re: [Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Eskil Abrahamsen Blomfeldt
Helge Fredriksen wrote: I know there was a post about this some time ago, but I was unable to find the thread in the archives; Is there any way to catch and handle exceptions that are not catched and is happening inside the QtJambi event loop? These do arrive at the standard out with a

Re: [Qt-jambi-interest] Catching exceptions

2009-03-04 Thread Helge Fredriksen
Hello again, Catching these exceptions and dealing with them in log4J or similar is absolutely critical in a production environment. It would be really helpful if you could get that functionality into the 4.5 release :-) Best regards, Helge Eskil Abrahamsen Blomfeldt wrote: Helge