Package cn.toutatis.xvoid.toolkit.clazz
Object ExceptionToolkit
-
- All Implemented Interfaces:
public class ExceptionToolkitException toolkit 异常工具类
-
-
Field Summary
Fields Modifier and Type Field Description public final static ExceptionToolkitINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends VoidRuntimeException> UnitthrowException(Class<T> exception, String message)Throw exception 抛出异常 -
-
Method Detail
-
throwException
final <T extends VoidRuntimeException> Unit throwException(Class<T> exception, String message)
Throw exception 抛出异常
- Parameters:
exception- 异常message- 消息
-
-
-
-