Null values don't have classes.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6172 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Andrzej Kapolka
2010-10-05 20:23:03 +00:00
parent e91aeaf3de
commit adf1f5af37
@@ -547,7 +547,7 @@ public class DObject
} catch (Exception e) {
String errmsg = "setAttribute() failure [name=" + name + ", value=" + value +
", vclass=" + value.getClass().getName() + "].";
(value == null ? "" : ", vclass=" + value.getClass().getName()) + "].";
throw new ObjectAccessException(errmsg, e);
}
}