Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • 2
    Checked exceptions would be useful if there were a declarative means of saying none of the method calls within a block are expected to throw some (or any) checked exceptions, and any such exceptions should automatically be wrapped and rethrown. They could be even more useful if calls to methods which were declared as throwing checked exceptions traded off call speed/return for exception-handling speed (so that expected exceptions could be handled almost as fast as normal program flow). Neither situation presently applies, though. Commented Mar 14, 2014 at 0:20