rubbish.db.exception
クラス SQLRuntimeException

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Exception
          拡張java.lang.RuntimeException
              拡張rubbish.db.exception.SQLRuntimeException
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
SQLCheckException, SQLConstraintException, SQLNotNullException, SQLReferentialException, SQLUniqueException

public class SQLRuntimeException
extends java.lang.RuntimeException

SQL実行時例外

バージョン:
$Revision: 1.1 $
作成者:
$Author: winebarrel $
関連項目:
直列化された形式

フィールドの概要
protected  int errorCode
           
protected  java.lang.Object[] params
           
protected  java.lang.String sql
           
protected  java.lang.String SQLState
           
 
コンストラクタの概要
SQLRuntimeException(java.sql.SQLException cause)
           
SQLRuntimeException(java.lang.String sql, java.lang.Object[] params, java.sql.SQLException cause)
           
 
メソッドの概要
 java.lang.String getMessage()
           
 java.lang.String getSQL()
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

sql

protected java.lang.String sql

params

protected java.lang.Object[] params

errorCode

protected int errorCode

SQLState

protected java.lang.String SQLState
コンストラクタの詳細

SQLRuntimeException

public SQLRuntimeException(java.sql.SQLException cause)

SQLRuntimeException

public SQLRuntimeException(java.lang.String sql,
                           java.lang.Object[] params,
                           java.sql.SQLException cause)
メソッドの詳細

getSQL

public java.lang.String getSQL()

getMessage

public java.lang.String getMessage()


Copyright © 2007 null. All Rights Reserved.