This is a non sequitur relative to the post, however I didn't see an e-mail address for you. Just wanted to mention that there appears to be a bug in your old NestingException class. Specifically, the initializer needs to call super(message) or else the exception message is lost.
Can you make that change upstream, or is the package unmaintained?
2 comments:
John,
This is a non sequitur relative to the post, however I didn't see an e-mail address for you. Just wanted to mention that there appears to be a bug in your old NestingException class. Specifically, the initializer needs to call super(message) or else the exception message is lost.
Can you make that change upstream, or is the package unmaintained?
Hi Logan,
I'll take a look at that. Thanks.
Post a Comment