Package org.antublue.map.accessor.util
Class RuntimeExceptionSupplier
- java.lang.Object
-
- org.antublue.map.accessor.util.RuntimeExceptionSupplier
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeExceptionget()static RuntimeExceptionSupplierof(Class<? extends RuntimeException> clazz, String message)
-
-
-
Method Detail
-
get
public RuntimeException get()
-
of
public static RuntimeExceptionSupplier of(Class<? extends RuntimeException> clazz, String message)
-
-