Class ThrowableUtils
- java.lang.Object
-
- org.antublue.test.engine.internal.util.ThrowableUtils
-
public final class ThrowableUtils extends Object
Class to implement Throwable utilities
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidthrowUnchecked(Throwable t)Method to throw a checked (RuntimeException) if a Throwable it checked
-
-
-
Method Detail
-
throwUnchecked
public static void throwUnchecked(Throwable t)
Method to throw a checked (RuntimeException) if a Throwable it checked- Parameters:
t- t
-
-