public class ExceptionUtils extends Object
| 构造器和说明 |
|---|
ExceptionUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<String> |
getStackFrameList(Throwable t) |
static List<String> |
getStackFrameList(Throwable t,
int maxDepth) |
static String[] |
getStackFrames(Throwable throwable) |
static String |
getStackFrameString(List<String> stackFrameList) |
static String |
getStackTrace(Throwable throwable) |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.