public class ActiveRecordException extends RuntimeException
| Constructor and Description |
|---|
ActiveRecordException(String message) |
ActiveRecordException(String message,
String sql,
Object[] paras,
Throwable cause) |
ActiveRecordException(String message,
String sql,
Throwable cause) |
ActiveRecordException(String message,
Throwable cause) |
ActiveRecordException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getParas() |
String |
getSql() |
void |
setParas(Object[] paras) |
void |
setSql(String sql) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2026. All rights reserved.