diff --git a/src/java/org/lwjgl/util/applet/AppletLoader.java b/src/java/org/lwjgl/util/applet/AppletLoader.java index 21711a65..8415bb63 100644 --- a/src/java/org/lwjgl/util/applet/AppletLoader.java +++ b/src/java/org/lwjgl/util/applet/AppletLoader.java @@ -874,7 +874,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub { } else { // retry attempts exhasted, download failed - fatalErrorOccured("failed to download " + currentFile, null); + throw new Exception("failed to download " + currentFile); } } }