|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcn.gtmap.estateplat.utils.Exceptions
public class Exceptions
异常处理工具类
| 构造方法摘要 | |
|---|---|
Exceptions()
|
|
| 方法摘要 | |
|---|---|
static String |
getStackTraceAsString(Throwable ex)
将ErrorStack转化为String. |
static RuntimeException |
unchecked(Throwable e)
将CheckedException转换为UncheckedException. |
static Throwable |
unwrap(Throwable wrapped)
代理异常解包 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public Exceptions()
| 方法详细信息 |
|---|
public static String getStackTraceAsString(Throwable ex)
ex - Throwable
public static RuntimeException unchecked(Throwable e)
e - Throwable
public static Throwable unwrap(Throwable wrapped)
wrapped - 包装过得异常
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||