获取完整的堆栈信息

String fullStackTrace = org.apache.commons.lang.exception.ExceptionUtils.getFullStackTrace(e)
Thread.currentThread().getStackTrace();

你可能感兴趣的:(异常,栈,异常检测)