Update of /cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/client
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28650/src/nl/cwi/monetdb/client

Modified Files:
        JdbcClient.java 
Log Message:
Make error message a bit less confusing.

(I don't know if I violate a feature freeze or something like that, but
I hope checking it in here is "safe")


Index: JdbcClient.java
===================================================================
RCS file: 
/cvsroot/monetdb/clients/src/java/src/nl/cwi/monetdb/client/JdbcClient.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- JdbcClient.java     3 May 2007 11:40:26 -0000       1.3
+++ JdbcClient.java     1 Jun 2007 12:34:04 -0000       1.4
@@ -526,7 +526,7 @@
                        }
                } catch (IOException e) {
                        // failed to open the url
-                       throw new Exception("No such host: " + e.getMessage());
+                       throw new Exception("No such host/file: " + 
e.getMessage());
                } catch (Exception e) {
                        // this is an exception that comes from deep ...
                        throw new Exception("Invalid URL: " + e.getMessage());


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to