Kris Jurka wrote:
>
> On Thu, 10 Feb 2005, Vadim Nasardinov wrote:
>
>
>>Out of curiousity though, what makes it error-prone?
>>
>
>
> Any ad-hoc parsing is easy to get wrong by forgetting corner cases. I'm
> not saying it can't be done correctly, just that we shouldn't bother.
Especially given that different JVMs format stack traces differently,
and Throwable.getStackTrace() is allowed to omit stack frames.
I think setting a DriverManager log writer is the simplest solution
here, closely followed by making notImplemented() take a method name arg.
-O