public class ProjectException extends Exception
| 构造器和说明 |
|---|
ProjectException(IExcept except) |
ProjectException(IExcept except,
String errMsg)
当有自定义的错误原因时可用此构造函数
|
ProjectException(IExcept except,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
IExcept |
getExcept()
得到异常对象
|
String |
getMessage()
得到异常信息
|
String |
getMessage(Object errBean)
得到固定格式的异常信息
|
public ProjectException(IExcept except)
Copyright © 2017. All rights reserved.