public class BaseException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
protected |
BaseException(int code,
String msgFormat,
Object... args) |
protected |
BaseException(String message) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getMsg() |
Copyright © 2021. All rights reserved.