petrel919 发表于 2017-1-7 12:58:42

ExceptionUtils : A very useful class from apache commons

apache.commons.lang
ExceptionUtils.getFullStackTrace(e)

catch (Exception e) {
//print("====threadChanged.toString():" + threadChanged.toString());
//print("====forumDateFrmt:" + forumDateFrmt + "====usedLocale:" + usedLocale + "====dateString:" + dateString);
//print("====datefrmt.substring(0, 10):" + datefrmt.substring(0, 10) + "====startDate.toString()" + startDate.toString() + "====threadLastModifiedDate:" + threadLastModifiedDate);
//print("====minimumDate:" + minimumDate);
print(org.apache.commons.lang.exception.ExceptionUtils.getFullStackTrace(e));
//SetContextVar("valid", "");
}
页: [1]
查看完整版本: ExceptionUtils : A very useful class from apache commons