Oleg Kalnichevski wrote:
Generally I think this is a very bad practice to catch runtime exceptions indiscriminately, because you may well end up catching NPE and OutOfMemory exceptions as well, which to me should clearly be fatal and should result in the termination of the process (thread)

Oleg

That is a very important point, Oleg. I have always been telling this to my development team.

Odi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to