Posts Tagged hack
Throwing Checked Exceptions Like Unchecked Exceptions in Java
Posted by gamlerhart in java on February 3, 2010
Everyone who’s programming Java knows checked exceptions. You only can throw a checked exception when you’ve declare it. And you have to catch an checked exception, no matter whether it actually can occur. First my opinion: I think check exception are a failure. The intention was good, but in practice they cause pain, boilerplate-code [...]
Read complete post