org.seasar.doma.jdbc
クラス SqlFileNotFoundException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.seasar.doma.DomaException
                  上位を拡張 org.seasar.doma.jdbc.JdbcException
                      上位を拡張 org.seasar.doma.jdbc.SqlFileNotFoundException
すべての実装されたインタフェース:
Serializable

public class SqlFileNotFoundException
extends JdbcException

SQLファイルが見つからない場合にスローされる例外です。

作成者:
taedium
関連項目:
直列化された形式

フィールドの概要
protected  String path
          見つからないSQLファイルのパス
 
クラス org.seasar.doma.DomaException から継承されたフィールド
args, messageResource
 
コンストラクタの概要
SqlFileNotFoundException(String path)
          SQLファイルのパスを指定してインスタンスを構築します。
 
メソッドの概要
 String getPath()
          見つからないSQLファイルのパスを返します。
 
クラス org.seasar.doma.jdbc.JdbcException から継承されたメソッド
choiceSql
 
クラス org.seasar.doma.DomaException から継承されたメソッド
getArgs, getMessageResource
 
クラス 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
 

フィールドの詳細

path

protected final String path
見つからないSQLファイルのパス

コンストラクタの詳細

SqlFileNotFoundException

public SqlFileNotFoundException(String path)
SQLファイルのパスを指定してインスタンスを構築します。

パラメータ:
path - 見つからないSQLファイルのパス
メソッドの詳細

getPath

public String getPath()
見つからないSQLファイルのパスを返します。

戻り値:
見つからないSQLファイルのパス


Copyright © 2009-2014 The Seasar Foundation. All Rights Reserved.