How not to handle exceptions from static code block in Java
Saw a post at taragana.com on "How To Handle Exceptions From Static Code Block in Java". It came down to advocating logging it and rethrowing a runtime exception which would "normally ends the program execution". Sorry, but I couldn't let this piece of extremely bad advice slide...
Continue reading "How not to handle exceptions from static code block in Java" »