org.seasar.extension.jdbc.exception
クラス NonArrayInConditionRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.extension.jdbc.exception.NonArrayInConditionRuntimeException
- すべての実装されたインタフェース:
- Serializable
public class NonArrayInConditionRuntimeException
- extends SRuntimeException
in用の条件が配列ではない場合の例外です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
NonArrayInConditionRuntimeException
public NonArrayInConditionRuntimeException(String conditionName,
Class<?> valueClass)
NonArrayInConditionRuntimeException
を作成します。
- パラメータ:
conditionName
- 条件名valueClass
- 値のクラス
getConditionName
public String getConditionName()
- 条件名を返します。
- 戻り値:
- 条件名
getValueClass
public Class<?> getValueClass()
- 値のクラスを返します。
- 戻り値:
- 値のクラス
Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.