-
Thanks to Gregor Trefs for the suggestion about accepting
Throwable
types instead of onlyException
ones and for the implementation of the part that deals withAutoCloseable
types. -
Thanks to Sławomir Nowak for the suggestion about having two versions of
get
--the checked and unchecked one--and for adapting the API to Java 7 using Google Guava. You can find this alternative version in thejdk7-support
branch.