Misunderstanding Exceptions

It is funny how people think that the important thing about exceptions is handling them. That is not the important thing about exceptions. In a well-written application there’s a ratio of ten to one, in my opinion, of try finally to try catch. - Anders Hejlsberg, designer of Turbo Pascal, Delphi, and C#

found on apenwarr

This apply particulariy to Java checked exception, and is amplified when using lambda:

Written on September 14, 2019, Last update on July 11, 2021
error-handling lang java exception c++