This guy hates checked exceptions in Java, with good reason. They are also a bad idea in C++. Bruce Eckel has chimed in as well.
A "checked" exception is one which is named in a "throws" annotation on a function.
void foo() throws MyException {}
No comments:
Post a Comment