]> granicus.if.org Git - postgis/commitdiff
Removed PGSQLException use as suggested by Kris Jurka
authorSandro Santilli <strk@keybit.net>
Tue, 5 Oct 2004 22:46:46 +0000 (22:46 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 5 Oct 2004 22:46:46 +0000 (22:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@939 b70326c6-7e19-0410-871a-916f4a2858ee

jdbc/org/postgis/Point.java

index bb44f6aaf64cdd0a1ab7dbaa62f5a16f39d47af6..28b0684dee0462ac106e78669d70916696b2eb6e 100644 (file)
@@ -69,7 +69,7 @@ public class Point extends Geometry
                        }
                }
                catch(NumberFormatException e) {
-                       throw new PSQLException("postgis.Point",e.toString());
+                       throw new SQLException("postgis.Point: " + e.toString())
                }
        }