public class IOExceptionWrapper
extends java.lang.RuntimeException
Runtime exception used to encapsulate an IO Exception. This is used to allow throwing I/O
exceptions in functional interfaces that do not allow it and catching the exception afterwards.