AS3: Better imports

AS3: Better interfaces
This commit is contained in:
Jindra Petk
2012-12-29 16:20:59 +01:00
parent 8909338f13
commit 1229b6c82a
5 changed files with 141 additions and 126 deletions

View File

@@ -495,7 +495,7 @@ public class Main {
} catch (Exception ex) {
exportOK = false;
System.err.print("FAIL: Exporting Failed on Exception - ");
System.err.println(ex.getLocalizedMessage());
Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
System.exit(1);
}
if (exportOK) {