public interface IProjectException
| 限定符和类型 | 方法和说明 |
|---|---|
IExcept |
getExcept()
得到异常对象
|
String |
getMessage()
得到异常信息
|
String |
getMessage(Object errBean)
得到异常信息
|
String |
getMessageAll()
得到整个异常信息,通常开发者用
|
String |
getMessageAll(Object errBean)
得到整个异常信息,通常开发者用
|
Copyright © 2023. All rights reserved.