Re: Catch Exception

1999-06-18 Thread Anonymous
Be verbose. Show us what the actual try...catch statement is. If you do: try { ... } catch (Throwable t) { ... } you should catch all but real signals. There is a way to catch signals as well, a package that offers this functionality has come by a while ago on this list. GreetinX++, Ernst

Catch Exception

1999-06-18 Thread Anonymous
Although we had try { } catch block ,and throw statement ,it is possible we can miss some of the (fatal ,for example ) exception.if it is how do we eliminate or find some way to catch it ? _ Do You Yahoo!? Get your free @yahoo.com address at