Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Catch exception resulting from reading csv files #13

Open
johanneshiry opened this issue May 19, 2021 · 0 comments
Open

Catch exception resulting from reading csv files #13

johanneshiry opened this issue May 19, 2021 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@johanneshiry
Copy link
Member

At the moment, when CSV files are read, the possible exceptions (mainly FactoryExceptions) are not captured, nor are the sources closed. This results in an alert window for each exception that is thrown which subsequently spams the whole screen if several exceptions occur.

I would suggest to at least catch the exceptions to avoid an application crash. Additionally, one might consider implementing a mechanism that catches the first exception that occurs during runtime and then blocks the further thread execution.

@johanneshiry johanneshiry added bug Something isn't working enhancement New feature or request labels May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant