On Thu, 10 Feb 2005, Vadim Nasardinov wrote:
> However, you can easily patch this method so that it includes the
> caller's method name in its error message. All you have to do is peek
> one level up the stack trace.
>
I think this assumes you can use StackTraceElement which is a 1.4 JDK
feature. Manual parsing seems error prone and a lot of work to solve a
very minor issue.
Kris Jurka