Jess: Yes, 'catch (final Throwable t) { throw t}', where the throw
statement only requires handling any checked exceptions thrown by
statements in the accompanying try block, is also on the table again.

Tim: No, as I said, the syntax is just a rough sketch. Neal wrote that
changed spec AFTER the presentation, and AFTER that BOF session. It's
basically BGGA with non-local control transfer taken out. It could
form a basis for further discussion, but that is about as far removed
from an official seal of approval as any other proposal.

On Nov 19, 1:11 pm, Jess Holle <[email protected]> wrote:
> 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