?????????Java????????????????????????????????????????????????????????沶??????
?????????? printStack ????????????????????? getMessage ????????????????????????????????????????????????????? getMessage ???????????????????????????????????????????????????????????
????????????????????????????????????????????????????????????????????????????????????????????????????
????java.lang.reflect.UndeclaredThrowableException
????java.lang.reflect.InvocationTargetException
??????????飬?????????? ?????????????????????????????? exception.getCause() ??????????????????????????????
try{
method.invoke(fun?? args);
} catch(Exception e){
throw e.getCause();
}