If it's just to rethrow a checked exception, it should use Throwables.rethrow(Throwable t). No exception wrapping is done in that method anymore thanks to an abuse of generics I found a couple months ago, so the stacktrace looks better.
On 31 August 2016 at 11:29, Gary Gregory <[email protected]> wrote: > We've got a few of these... not good. Surely there is a better exception > checked or not we can use. > > Gary > > -- > E-Mail: [email protected] | [email protected] > Java Persistence with Hibernate, Second Edition > <http://www.manning.com/bauer3/> > JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> > Spring Batch in Action <http://www.manning.com/templier/> > Blog: http://garygregory.wordpress.com > Home: http://garygregory.com/ > Tweet! http://twitter.com/GaryGregory > -- Matt Sicker <[email protected]>
