org.seasar.extension.dataset
クラス TableNotFoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.dataset.TableNotFoundRuntimeException
- すべての実装インタフェース:
- Serializable
- public class TableNotFoundRuntimeException
- extends SRuntimeException
テーブルが見つからない場合の例外です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
TableNotFoundRuntimeException
public TableNotFoundRuntimeException(String tableName)
TableNotFoundRuntimeException
を作成します。
- パラメータ:
tableName
- テーブル名
getTableName
public String getTableName()
- テーブル名を返します。
- 戻り値:
- テーブル名
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.