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

LAIKOK wrote:
> 
> 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 http://mail.yahoo.com
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

--
Ernst "Elvis" de Haan
Tector BV i.o.

"Come to me all who are weary and burdened"
   -- Jesus Christ


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to