mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
Do not ask user to abort-retry-ignore on interttuped exception
This commit is contained in:
@@ -41,6 +41,8 @@ public class RetryTask {
|
||||
retry = false;
|
||||
try {
|
||||
r.run();
|
||||
} catch (InterruptedException ex) {
|
||||
throw ex;
|
||||
} catch (Exception ex) {
|
||||
switch (handler.handle(ex)) {
|
||||
case AbortRetryIgnoreHandler.ABORT:
|
||||
|
||||
Reference in New Issue
Block a user