Given that I basically want to eliminate checked exception usage and transform them to runtime exceptions, I would normally be doing something like this:
try {
Project Lombok allows you to disable checked exceptions altogether.