Hacker News new | ask | show | jobs
by sixcorners 5133 days ago
You are not supposed to, and don't need to, catch Errors. The only exceptions you need to worry about as far as checked exceptions go are classes that inherit from Exception but not RuntimeException.