public class SQLException extends RuntimeException
| 构造器和说明 |
|---|
SQLException() |
SQLException(String title) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getSql() |
Exception |
getSrc() |
List<Object> |
getValues() |
void |
setSql(String sql) |
void |
setSrc(Exception src) |
void |
setValues(List<Object> values) |
public SQLException()
public SQLException(String title)
Copyright © 2022. All rights reserved.