All Questions
1 question
9
votes
5
answers
4k
views
Providing unchecked exception "wrapper" interfaces for an API with checked exceptions
I recently had a discussion in the forum of an API, because they changed an exception from checked to unchecked. I believed it needs to be checked, because it is recoverable. The arguments of "the ...