2004/01/19 21:12:25
[org.ibex.core.git] / 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");