Why does BaseDataSource.setUrl() throw SQLException?

From: cowwoc <cowwoc(at)bbs(dot)darktech(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Why does BaseDataSource.setUrl() throw SQLException?
Date: 2014-09-17 04:08:19
Message-ID: 1410926899860-5819281.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

BaseDataSource.setUrl()'s signature claims it throws SQLException but
looking at the code, it never does. Similarly, the documentation claims it
throws this exception yet fails to explain under what circumstances.

Can you please review whether this exception can be removed?

Thank you,
Gili

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Why-does-BaseDataSource-setUrl-throw-SQLException-tp5819281.html
Sent from the PostgreSQL - jdbc mailing list archive at Nabble.com.

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2014-09-17 09:41:51 Re: Why does BaseDataSource.setUrl() throw SQLException?
Previous Message Giuseppe Sacco 2014-09-12 08:28:23 Re: Bug in setClob() ?