org.sqlite.jdbc
クラス JdbcSQLException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.sql.SQLException
              上位を拡張 org.sqlite.jdbc.JdbcSQLException
すべての実装されたインタフェース:
java.io.Serializable

public class JdbcSQLException
extends java.sql.SQLException

関連項目:
直列化された形式

コンストラクタの概要
JdbcSQLException(java.lang.String reason, int vendorCode)
           
JdbcSQLException(SWIGTYPE_p_sqlite3_stmt stmt)
           
JdbcSQLException(SWIGTYPE_p_sqlite3 db)
           
 
メソッドの概要
static java.lang.String getSQLState(int errcode)
          Convert SQLite result codes to SQL/99 SQLSTATE codes.
 
クラス java.sql.SQLException から継承されたメソッド
getErrorCode, getNextException, getSQLState, setNextException
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

JdbcSQLException

public JdbcSQLException(SWIGTYPE_p_sqlite3 db)

JdbcSQLException

public JdbcSQLException(SWIGTYPE_p_sqlite3_stmt stmt)

JdbcSQLException

public JdbcSQLException(java.lang.String reason,
                        int vendorCode)
メソッドの詳細

getSQLState

public static java.lang.String getSQLState(int errcode)
Convert SQLite result codes to SQL/99 SQLSTATE codes.

パラメータ:
errcode - SQLite Result Codes
戻り値:
SQL/99 SQLSTATE codes.
関連項目:
Result Codes