} catch (Exception ignore) {}

Quoting edgar <[EMAIL PROTECTED]>:

> Isn't this much better
> 
>       } (catch Exception e) {;}
> 
> Edgar
> 
> -----Original Message-----
> From: Andrew Hill [mailto:[EMAIL PROTECTED]] 
> Sent: Monday, November 18, 2002 7:31 AM
> To: 'Struts Users Mailing List'
> Subject: RE: [Struts Tip] #15 Use chained exceptions. Design
> consideration.
> 
> 
> eeee. thats horrible.
> I use:
> 
> catch(Exception e)
> {
>   ;
> }
> 
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

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

Reply via email to