UncheckedIOException
David Holmes
david.holmes at oracle.com
Mon Nov 12 15:49:47 PST 2012
Moving this to the expert list ...
On 13/11/2012 1:59 AM, Remi Forax wrote:
> DirectoryStream now uses a DirectoryIteratorException which wraps an
> IOException and extends ConcurrentModificationException.
> So I supose that UncheckedIOException should be renamed to
> IOIteratorException, should extend ConcurrentModificationException
> and be the new supertype of DirectoryIteratorException.
Given this IOException-from-an-Iterator problem has already been
addressed as Remi describes is it worth trying to tie this altogether as
Remi suggests?
Though the extending of CME is completely wrong in my opinion. :( That
in itself probably makes UncheckedIOException preferable, and distinct
from the previous efforts here.
David
More information about the lambda-libs-spec-observers
mailing list