Uses of Class
cn.sliew.sakura.common.exception.Rethrower
-
Packages that use Rethrower Package Description cn.sliew.sakura.common.exception -
-
Uses of Rethrower in cn.sliew.sakura.common.exception
Methods in cn.sliew.sakura.common.exception that return Rethrower Modifier and Type Method Description static RethrowerRethrower. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Rethrower[]Rethrower. values()Returns an array containing the constants of this enum type, in the order they are declared.
-