mloenko@apache.org wrote:
<snip>
> public void putAll(Map attrib) {
> + if( attrib == null ) {
> + throw new ClassCastException();
> + }
Shouldn't this have a message? I thought we agreed that we'd add useful
messages to exceptions.
Regards,
Tim
--
Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.
---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org
|