public class RException extends RuntimeException
| 构造器和说明 |
|---|
RException(String msg) |
RException(String msg,
int code) |
RException(String msg,
int code,
Throwable e) |
RException(String msg,
Throwable e) |
RException(Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getMsg() |
static String |
getStackTrace(Throwable ex,
int len)
获取异常信息
|
void |
setCode(int code) |
void |
setMsg(String msg) |
Copyright © 2020 opencodes. All rights reserved.