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

More useful number parsing message in error pop-up #53

Open
davideby opened this issue Mar 14, 2022 · 0 comments
Open

More useful number parsing message in error pop-up #53

davideby opened this issue Mar 14, 2022 · 0 comments

Comments

@davideby
Copy link
Contributor

When the AbstractParser has an issue parsing a number in a dataset, it prints a useful message in the log and then re-throws the NumberFormatException. However, the thrown exception causes an error pop-up that does not include that useful message.

See

We should instead throw something like a ParserException with that informative message, wrapping the NFE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant