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 - 错误号objects - 渲染参数public String getMessage()
getMessage 在类中 Throwablepublic int getCode()
Copyright © 2022. All rights reserved.