public class DbException extends RuntimeException
| Constructor and Description |
|---|
DbException(String msg) |
DbException(String msg,
boolean showMsg)
DB异常
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isShowMsg()
统一异常处理后是否显示异常提示
|
void |
setShowMsg(boolean showMsg)
设置统一异常处理后是否显示异常提示
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2022 Pivotal Software, Inc.. All rights reserved.