Uses of Interface
cn.sliew.sakura.common.exception.Rethrower.Procedure
-
Packages that use Rethrower.Procedure Package Description cn.sliew.sakura.common.exception -
-
Uses of Rethrower.Procedure in cn.sliew.sakura.common.exception
Methods in cn.sliew.sakura.common.exception with parameters of type Rethrower.Procedure Modifier and Type Method Description static voidRethrower. swallow(Rethrower.Procedure procedure)static voidRethrower. toIllegalArgument(Rethrower.Procedure voidCallable)static voidRethrower. toIllegalState(Rethrower.Procedure voidCallable)static voidRethrower. toRuntime(Rethrower.Procedure voidCallable)Catch a checked exception and rethrow as aRuntimeException.
-