Class SafeExceptionRethrower

java.lang.Object
org.powermock.api.support.SafeExceptionRethrower

public class SafeExceptionRethrower extends Object
  • Constructor Details

    • SafeExceptionRethrower

      public SafeExceptionRethrower()
  • Method Details

    • safeRethrow

      public static void safeRethrow(Throwable t)
    • safeRethrow0

      private static <T extends Throwable> void safeRethrow0(Throwable t) throws T
      Throws:
      T