make an error message more understandable

This commit is contained in:
Ivan Masár
2012-09-04 17:09:42 +02:00
parent aa93d4ffec
commit afff06b106

View File

@@ -582,7 +582,7 @@ public class TableRow
return canonicalized;
}
throw new IllegalArgumentException("No such column " + canonicalized);
throw new IllegalArgumentException("No such column '" + canonicalized + "'");
}
/**