SQLException::GetErrorMessage() return so much message!!! - Mailing list pgsql-jdbc

From zhousj
Subject SQLException::GetErrorMessage() return so much message!!!
Date
Msg-id 200202211529.g1LFTmx02600@testv1.263idc.com
Whole thread Raw
List pgsql-jdbc
When connect to postgres failed, it returns just error message in jdbc7.1-1.2.jar and before version, but now in
pgjdbc2.jarit print stack trace . I reprot error in my program : 
 
    JOptionPane.showMessageDialog(frm , e.getMessage() , "Error", JOptionPane.ERROR_MESSAGE );
it works fine before, but now it shows so much error message , it is terrible!
I think it need not to print stack trace in SQLException::GetErrorMessage() in final release.

pgsql-jdbc by date:

Previous
From: Doug Fields
Date:
Subject: [PATCH] Empty arrays cause SQLExceptions when using Array.getArray
Next
From: # sriram #
Date:
Subject: strange error