Class ExceptionHelper


  • public final class ExceptionHelper
    extends Object
    • Method Detail

      • doThrow

        public static void doThrow​(Throwable e)
        Throws the given throwable even if it is a checked exception.
        Parameters:
        e - The throwable to throw.
      • combine

        public static <T extends Throwable> T combine​(T throwable,
                                                      T otherThrowable)