On Fri, 2004-10-29 at 13:35 -0400, Henri Yandell wrote:
...
> How about just being able to do multiple Exceptions in one block?
> 
> try {
>      ....
> } catch(JMSException, RemoteException, SQLException e) {
> }
> 
> or possibly even:
> 
> try {
>      ....
> } catch( (JMSException | RemoteException | SQLException) e) {
> }

Something like this would be truly excellent.  I'm so sick of having to
write 30 lines of exception handling code.


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

Reply via email to