Class Exceptions
- java.lang.Object
-
- com.github.fridujo.rabbitmq.mock.tool.Exceptions
-
public class Exceptions extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExceptions.ThrowingRunnable
-
Constructor Summary
Constructors Constructor Description Exceptions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrunAndEatExceptions(Exceptions.ThrowingRunnable throwingRunnable)static <T extends Exception>
voidrunAndTransformExceptions(Exceptions.ThrowingRunnable throwingRunnable, Function<Exception,T> exceptionMapper)
-
-
-
Method Detail
-
runAndEatExceptions
public static void runAndEatExceptions(Exceptions.ThrowingRunnable throwingRunnable)
-
-