类 ThrowHelper
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.ThrowHelper
-
public class ThrowHelper extends Object
- 作者:
- 32798
-
-
构造器概要
构造器 构造器 说明 ThrowHelper()
-
方法概要
修饰符和类型 方法 说明 static ThrowHelper
getDefault()
static ThrowHelper
getInstance()
static void
main(String[] args)
<T> T
thr()
<T> T
thr(String msg)
<T> T
thr(String msg, Throwable thr)
<T> T
thr(Throwable thr)
protected void
throwx(Throwable thr)
-
-
-
方法详细资料
-
main
public static void main(String[] args)
-
getInstance
public static ThrowHelper getInstance()
-
getDefault
public static ThrowHelper getDefault()
-
throwx
protected void throwx(Throwable thr)
-
thr
public <T> T thr(Throwable thr)
-
thr
public <T> T thr(String msg)
-
thr
public <T> T thr()
-
-