JAL-3322 getdown Application class fix
[jalview.git] / getdown / src / getdown / core / src / main / java / com / threerings / getdown / data / Application.java
index 5c61378..117f36b 100644 (file)
@@ -326,11 +326,10 @@ public class Application
      */
     public Resource getConfigResource ()
     {
-       Resource res = null;
        try {
                return createResource(CONFIG_FILE, Resource.NORMAL);
        } catch (Exception e) {
-               log.warning("Invalid appbase '" + _vappbase + "'.", e);
+               throw new RuntimeException("Invalid appbase '" + _vappbase + "'.", e);
        }
     }