mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 18:54:30 +00:00
Issue #313: command line parameter for ignore all errors (missing file)
This commit is contained in:
@@ -22,9 +22,12 @@ package com.jpexs.decompiler.flash;
|
||||
*/
|
||||
public interface AbortRetryIgnoreHandler {
|
||||
|
||||
public static int UNDEFINED = -1;
|
||||
public static int ABORT = 0;
|
||||
public static int RETRY = 1;
|
||||
public static int IGNORE = 2;
|
||||
|
||||
public int handle(Throwable thrown);
|
||||
|
||||
public AbortRetryIgnoreHandler getNewInstance();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user