Hacker News new | ask | show | jobs
by desertlounger 2106 days ago
I write a lot of Java, and like checked exceptions. The problem is rather the opposite, basically all of the concrete exception classes that you might think to use (e.g. IllegalArgumentException) are unchecked!