#1170 Extract from Memory in Command Line

This commit is contained in:
2016-03-13 09:40:16 +01:00
parent 12c8ee3da5
commit d2432eb6b6
17 changed files with 223 additions and 90 deletions
@@ -52,7 +52,7 @@ public class ConsoleAbortRetryIgnoreHandler implements AbortRetryIgnoreHandler {
return result;
}
Scanner sc = new Scanner(System.in);
Logger.getLogger(CommandLineArgumentParser.class.getName()).log(Level.SEVERE, "Error occured", thrown);
Logger.getLogger(ConsoleAbortRetryIgnoreHandler.class.getName()).log(Level.SEVERE, "Error occured", thrown);
System.out.println("Error occured: " + thrown.getLocalizedMessage());
do {
System.out.print("Select action: (A)bort, (R)Retry, (I)Ignore:");