Re: [codec] RuntimeException DigestUtils.getDigest(String)

2012-09-02 Thread Gary Gregory
Fixed in trunk, see Jira [CODEC-155]. Gary On Sun, Sep 2, 2012 at 7:36 AM, sebb wrote: > On 1 September 2012 17:08, Christian Hammers wrote: > > Linking the exceptions is a good idea as it preserves the original > > stack trace. What could cause this Exception is hard to guess but > > a wrong

Re: [codec] RuntimeException DigestUtils.getDigest(String)

2012-09-02 Thread sebb
On 1 September 2012 17:08, Christian Hammers wrote: > Linking the exceptions is a good idea as it preserves the original > stack trace. What could cause this Exception is hard to guess but > a wrong paramter string is more likely than a broken Java installation > thus IllegalArgument probably fits

Re: [codec] RuntimeException DigestUtils.getDigest(String)

2012-09-01 Thread Gary Gregory
On Sat, Sep 1, 2012 at 12:08 PM, Christian Hammers wrote: > Linking the exceptions is a good idea as it preserves the original > stack trace. What could cause this Exception is hard to guess but > a wrong paramter string is more likely than a broken Java installation > thus IllegalArgument probab

Re: [codec] RuntimeException DigestUtils.getDigest(String)

2012-09-01 Thread Christian Hammers
Linking the exceptions is a good idea as it preserves the original stack trace. What could cause this Exception is hard to guess but a wrong paramter string is more likely than a broken Java installation thus IllegalArgument probably fits better. bye, -christian- Am Sat, 1 Sep 2012 11:27:51 -04