Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Bozho's user avatar
  • 191