-
Enhancement
-
Resolution: Fixed
-
P2
-
1.0
-
None
-
beta
-
generic
-
solaris_7
-
Verified
A reviewer of the API suggests that methods should be declared to throw an
IOException, although all internally generated exceptions will actually
be IIOExceptions. This behavior is more consistent with other APIs and
does not require plug-ins to "wrap" true IOExceptions.
The file javax.imageio.event.IIOWriteWarningListener imports IIOException
but does not need to. This import should be removed.
IOException, although all internally generated exceptions will actually
be IIOExceptions. This behavior is more consistent with other APIs and
does not require plug-ins to "wrap" true IOExceptions.
The file javax.imageio.event.IIOWriteWarningListener imports IIOException
but does not need to. This import should be removed.