Additionally, I has the property of being "Multi -Reasoned". Geir
-- Geir Magnusson Jr [EMAIL PROTECTED] SSG/MPD +1 203 665 6437 > -----Original Message----- > From: Tim Ellison [mailto:[EMAIL PROTECTED] > Sent: Monday, March 27, 2006 10:46 PM > To: [email protected] > Subject: Re: [jira] Updated: (HARMONY-250) disambiguate some > error messages > > Why does the javax.crypto.spec.SecretKeySpec create an > exception eagerly > in a static? > > > private static final IllegalArgumentException BADPARAMS_EXC = > > new IllegalArgumentException( > > "algorithm is null or key is null, empty, or too short."); > > If the exception is thrown it is not going to have a useful stack to > help debug the cause of the bad parameters. > > Regards, > Tim > > Mark Hindess (JIRA) wrote: > > [ http://issues.apache.org/jira/browse/HARMONY-250?page=all ] > > > > Mark Hindess updated HARMONY-250: > > --------------------------------- > > > > Attachment: disambiguate.error.messages.diff > > > > Patch to split some error messages in to more less > ambiguous messages. > > > > > >> disambiguate some error messages > >> -------------------------------- > >> > >> Key: HARMONY-250 > >> URL: http://issues.apache.org/jira/browse/HARMONY-250 > >> Project: Harmony > >> Type: Improvement > >> Components: Classlib > >> Reporter: Mark Hindess > >> Priority: Trivial > >> Attachments: disambiguate.error.messages.diff > >> > >> As discussed on the -dev list, some exceptions are too > ambiguous. I will attach a patch to fix some of them. > > > > -- > > Tim Ellison ([EMAIL PROTECTED]) > IBM Java technology centre, UK. >
