more useful error messages
authoradam <adam@megacz.com>
Thu, 15 Apr 2004 23:30:06 +0000 (23:30 +0000)
committeradam <adam@megacz.com>
Thu, 15 Apr 2004 23:30:06 +0000 (23:30 +0000)
darcs-hash:20040415233006-5007d-39fbee354ef00b62b2bf4b8d0f736ee0e8cc8456.gz

src/org/ibex/graphics/Font.java

index 6df9899..2b8b13c 100644 (file)
@@ -121,7 +121,7 @@ public class Font {
         try {
             rt = (Runtime)Class.forName("org.ibex.util.MIPSApps").newInstance();
         } catch(Exception e) {
-            throw new Error("Error instansiating freetype");
+            throw new Error("Error instantiating freetype: " + e);
         }
         rt.start(new String[]{"freetype"});
         rt.execute();