On Fri, 2004-10-29 at 19:35, Henri Yandell wrote:

> 2/
> 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) {
> }

+a bazillion. I like the first one better, though.

        Regards
                Henning



-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

What is more important to you...
   [ ] Product Security
or [ ] Quality of Sales and Marketing Support
              -- actual question from a Microsoft customer survey



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

Reply via email to