diff options
Diffstat (limited to 'src/interfaces/jdbc/postgresql/geometric/PGpath.java')
-rw-r--r-- | src/interfaces/jdbc/postgresql/geometric/PGpath.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/jdbc/postgresql/geometric/PGpath.java b/src/interfaces/jdbc/postgresql/geometric/PGpath.java index 45c162ac8aa..a5057a661cc 100644 --- a/src/interfaces/jdbc/postgresql/geometric/PGpath.java +++ b/src/interfaces/jdbc/postgresql/geometric/PGpath.java @@ -62,7 +62,7 @@ public class PGpath extends PGobject implements Serializable,Cloneable open = false; s = PGtokenizer.removePara(s); } else - throw new SQLException("cannot tell if path is open or closed"); + throw new PSQLException("postgresql.geo.path"); PGtokenizer t = new PGtokenizer(s,','); int npoints = t.getSize(); |