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

Don't wrap XMLStreamException into IOException #323

Closed
olenagerasimova opened this issue Jul 6, 2020 · 1 comment · Fixed by #373
Closed

Don't wrap XMLStreamException into IOException #323

olenagerasimova opened this issue Jul 6, 2020 · 1 comment · Fixed by #373

Comments

@olenagerasimova
Copy link
Member

We have a lot of places where XMLStreamException is wrapped into IOException, but is does not seem right: XMLStreamException is

the base exception for unexpected processing errors

and does not have anything to do with I/O operations failure. Let's fix it by maybe introducing another exception for all possible error while working with xml files.

@0crat
Copy link

0crat commented Oct 27, 2020

Job gh:artipie/rpm-adapter#323 is not assigned, can't get performer

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 a pull request may close this issue.

2 participants