]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/DictionaryManagerActivity.java
Add text to all RuntimeExceptions.
[Dictionary.git] / src / com / hughes / android / dictionary / DictionaryManagerActivity.java
index 3c4a0ea8318eba1a788cb33fa947b275dbb2892c..0d12ad0bef42c2214de7254edb2f3da0dba5064d 100644 (file)
@@ -664,7 +664,7 @@ public class DictionaryManagerActivity extends ActionBarActivity {
                         .getExternalStorageDirectory(), destFile)));
             }
         } catch (MalformedURLException e) {
-            throw new RuntimeException(e);
+            throw new RuntimeException("Download manager refuses download URL!", e);
         }
         downloadManager.enqueue(request);
         downloadButton.setText("X");