Reinier Zwitserloot wrote:
> 7. Another feature that's back on the 'maybe' list is multicatch:
> catch (IllegalAccessException | InvocationTargetException e) { ... do
> stuff with e...}
>   
And the "catch ( final Throwable t ) { ... throw t; }" bit?

This would also be a big help.

--
Jess Holle

--

You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected].
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=.


Reply via email to