net.hasor.jdbc.exceptions
类 InvalidDataAccessException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.more.util.exception.NestableRuntimeException
                  继承者 net.hasor.jdbc.exceptions.DataAccessException
                      继承者 net.hasor.jdbc.exceptions.InvalidDataAccessException
所有已实现的接口:
Serializable, org.more.util.exception.Nestable
直接已知子类:
TypeMismatchDataAccessException

public class InvalidDataAccessException
extends DataAccessException

无效的数据异常

版本:
: 2013-10-12
作者:
赵永春(zyc@hasor.net)
另请参见:
序列化表格

字段摘要
 
从类 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
 

构造方法详细信息

InvalidDataAccessException

public InvalidDataAccessException(String task,
                                  String sql,
                                  Throwable ex)
无效的数据异常


InvalidDataAccessException

public InvalidDataAccessException(String task,
                                  Throwable ex)
无效的数据异常


InvalidDataAccessException

public InvalidDataAccessException(String task)
无效的数据异常


InvalidDataAccessException

public InvalidDataAccessException(Throwable ex)
无效的数据异常

方法详细信息

getSql

public String getSql()
Return the SQL that caused the problem.



Copyright © 2013-2014. All Rights Reserved.