--- "matthew.hawthorne" <[EMAIL PROTECTED]> wrote:

> 
> I agree that it's bad news.
> 
> But, I think the worst offense is this:
> 
> try {
> 
>    // ...
> 
> } catch (Exception e) {
>    return null;
> }
> 
> (shudder)


I've seen plenty of this to; it's truly horrifying :-).

try { 
    // ...
} catch (Throwable e) {}

David



                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail

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

Reply via email to