public class MyRuntimeException extends RuntimeException implements Serializable
| 构造器和说明 |
|---|
MyRuntimeException() |
MyRuntimeException(String message) |
MyRuntimeException(String message,
Throwable cause) |
MyRuntimeException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
data()
数据获取
|
MyRuntimeException |
data(Object data)
数据设定
|
public MyRuntimeException()
public MyRuntimeException(Throwable cause)
public MyRuntimeException(String message)
public Object data()
public MyRuntimeException data(Object data)
Copyright © 2022. All rights reserved.