Re: Crystal Reports / PostgreSQL

From: Kris Jurka <books(at)ejurka(dot)com>
To: Vadim Nasardinov <vadimn(at)redhat(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Crystal Reports / PostgreSQL
Date: 2005-02-10 19:15:02
Message-ID: Pine.BSO.4.56.0502101413540.26432@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Vadim Nasardinov 2005-02-10 19:25:20 Re: Crystal Reports / PostgreSQL
Previous Message Kris Jurka 2005-02-10 19:13:52 Re: Crystal Reports / PostgreSQL