|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.more.util.exception.NestableRuntimeException
net.hasor.jdbc.exceptions.DataAccessException
net.hasor.jdbc.exceptions.InvalidDataAccessException
public class InvalidDataAccessException
无效的数据异常
| 字段摘要 |
|---|
| 从类 org.more.util.exception.NestableRuntimeException 继承的字段 |
|---|
delegate |
| 构造方法摘要 | |
|---|---|
InvalidDataAccessException(String task)
无效的数据异常 |
|
InvalidDataAccessException(String task,
String sql,
Throwable ex)
无效的数据异常 |
|
InvalidDataAccessException(String task,
Throwable ex)
无效的数据异常 |
|
InvalidDataAccessException(Throwable ex)
无效的数据异常 |
|
| 方法摘要 | |
|---|---|
String |
getSql()
Return the SQL that caused the problem. |
| 从类 org.more.util.exception.NestableRuntimeException 继承的方法 |
|---|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| 从类 java.lang.Throwable 继承的方法 |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
public InvalidDataAccessException(String task,
String sql,
Throwable ex)
public InvalidDataAccessException(String task,
Throwable ex)
public InvalidDataAccessException(String task)
public InvalidDataAccessException(Throwable ex)
| 方法详细信息 |
|---|
public String getSql()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||