From: Robert Varga Date: Sat, 10 May 2014 11:25:21 +0000 (+0200) Subject: BUG-642: get rid of sneakyThrow X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~113^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=04001c9a746f523f2a56b1d6caece31277218249;hp=04001c9a746f523f2a56b1d6caece31277218249 BUG-642: get rid of sneakyThrow This patch rids us of unneeded usage of Exceptions.sneakyThrow. It generally hides problems and is only useful for generated (or sloppy) code. Change-Id: Ibb73f4546b1785c4bcb3e6c033249f58efd1d2d6 Signed-off-by: Robert Varga ---