类 ThrowHelper
- java.lang.Object
-
- cn.mcres.gyhhy.MXLib.ThrowHelper
-
public class ThrowHelper extends Object
- 作者:
- 32798
-
-
构造器概要
构造器 构造器 说明 ThrowHelper()
-
方法概要
修饰符和类型 方法 说明 static ThrowHelpergetDefault()static ThrowHelpergetInstance()static voidmain(String[] args)<T> Tthr()<T> Tthr(String msg)<T> Tthr(String msg, Throwable thr)<T> Tthr(Throwable thr)protected voidthrowx(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()
-
-