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

Wrap io exception on reads #1021

Merged
merged 2 commits into from
Oct 23, 2021
Merged

Wrap io exception on reads #1021

merged 2 commits into from
Oct 23, 2021

Conversation

lwhite1
Copy link
Collaborator

@lwhite1 lwhite1 commented Oct 23, 2021

Thanks for contributing.

Description

Creates a new RuntimeException subclass RuntimeIOException and uses it to wrap all IOExceptions thrown when reading data from CSVs, Excel files, HTML, etc. Explicitly catching IOException everywhere is tedious.

Testing

Did you add a unit test? No

@lwhite1 lwhite1 merged commit 1841f04 into master Oct 23, 2021
@lwhite1 lwhite1 deleted the Wrap-IO-Exception-on-Reads branch October 23, 2021 20:48
@lwhite1
Copy link
Collaborator Author

lwhite1 commented Oct 23, 2021

IOExeption on Reads is done.

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

Successfully merging this pull request may close these issues.

1 participant