Class ExceptionUtil
java.lang.Object
cn.toint.oktool.util.ExceptionUtil
- Since:
- 2025/5/30
- Author:
- Toint
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeExceptionwrapRuntimeException(String msgTemplate, Object... params) static RuntimeExceptionwrapRuntimeException(Throwable throwable, String msgTemplate, Object... params)
-
Constructor Details
-
ExceptionUtil
public ExceptionUtil()
-
-
Method Details
-
wrapRuntimeException
-
wrapRuntimeException
public static RuntimeException wrapRuntimeException(Throwable throwable, String msgTemplate, Object... params)
-