]> git.mxchange.org Git - jcore.git/commitdiff
Don't call exit() here
authorRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 09:42:38 +0000 (11:42 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 12 Aug 2015 09:42:38 +0000 (11:42 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

src/org/mxchange/jcore/database/backend/base64/Base64CsvDatabaseBackend.java

index c8a54cbf501619eda1ada81ab5e2bfffe82640f3..de3eebae32c614b5d948b05708d76504e0f38a14 100644 (file)
@@ -78,7 +78,7 @@ public class Base64CsvDatabaseBackend extends BaseDatabaseBackend implements Dat
                } catch (final FileNotFoundException ex) {
                        // Did not work
                        this.getLogger().error(MessageFormat.format("File {0} cannot be opened: {1}", fileName, ex.toString())); //NOI18N
-                       System.exit(1);
+                       this.abortProgramWithException(ex);
                }
 
                // Output message