public class ConcreteException extends RuntimeException
Created by davidoff shen on 2016-08-29.
| 构造器和说明 |
|---|
ConcreteException(int code,
Object... objects)
根据系统的异常代码构建
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getMessage() |
public ConcreteException(int code,
Object... objects)
code - public int getCode()
public String getMessage()
getMessage 在类中 ThrowableCopyright © 2018. All rights reserved.