2003/10/17 07:20:15
[org.ibex.core.git] / src / org / xwt / Glyph.java
index e998845..6088717 100644 (file)
@@ -25,6 +25,6 @@ public class Glyph {
 
         ret = (Glyph)glyphCache.get(res, new Integer((((int)c) << 16) | pointsize));
         if (ret != null) return ret;
-        throw new JS.Exn("error rendering glyph " + c);
+        throw new JS.Exn("error rendering glyph " + c + "; glyph is null");
     }
 }