2004/01/07 20:37:33
[org.ibex.core.git] / src / org / xwt / util / XML.java
index 9d39ac5..3c9d31a 100644 (file)
@@ -900,7 +900,7 @@ public abstract class XML
         public int getType() { return this.type; }
         public int getLine() { return this.line; }
         public int getCol()  { return this.col;  }
-        public String getMessage() { return this.error; }
+        public String getMessage() { return this.error + (line >= 0 && col >= 0 ? " at " + line + ":" + col: ""); }
     }