2004/01/19 21:12:25
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 08:04:28 +0000 (08:04 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 08:04:28 +0000 (08:04 +0000)
darcs-hash:20040130080428-2ba56-cac76caafd15ebad8d9bd4903a0057afde2ba038.gz

src/org/xwt/Platform.java

index 2da2387..6e76b3f 100644 (file)
@@ -86,7 +86,7 @@ public abstract class Platform {
             Log.diag(Platform.class, "                     class = " + platform.getClass().getName());
             platform.postInit();
 
-        } catch (Exception e) {
+        } catch (Throwable e) {
             Log.error(Platform.class, "Exception while trying to detect JVM");
             Log.error(Platform.class, e);
             criticalAbort("Unable to detect JVM");