Comments on: Old Favourite: Expected Exceptions /blog/2010/07/old-favourite-expected-exceptions/ Thinking through writing... on innovation, business, technology and more Sun, 24 May 2015 01:54:00 +0000 hourly 1 http://wordpress.org/?v=4.0.12 By: Marcel Stör /blog/2010/07/old-favourite-expected-exceptions/comment-page-1/#comment-1610 Thu, 24 Jan 2013 07:31:00 +0000 /blog/?p=76#comment-1610 Static code analysis tools (Checkstyle, Sonar) will bite you – possibly twice. They won’t like “catch (BeyondMyExpertiseException e) {}” because of the empty catch block. And they don’t like “public void shouldComplainWhenNotAClass() throws Exception” because you’re throwing Exception.

]]>