Hacker News new | ask | show | jobs
by lateforwork 146 days ago
You don't have to try/catch everything.
1 comments

You do have to catch checked exceptions and that is the issue under debate.
No, you can just declare that the exception in the throws clause.