On Sun, Feb 14, 2010 at 6:06 PM, Benson Margulies <bimargul...@gmail.com> wrote: > A procedure passed to a collections 'foreach' can do \anything/ and > incur any exception. IOException will never extend whatever we define. > So, it's a choice between users wrapping their exception in something > we define and wrapping it in some unchecked exception that they > define.
(Or wrapping it in a standard unchecked exception.) I agree. If the idea we're trying to agree on is not declaring checked exceptions on collections methods, which would sure match java.util.Collection, good.