|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.framework.exception.SRuntimeException org.seasar.extension.jdbc.exception.NonArrayInConditionRuntimeException
public class NonArrayInConditionRuntimeException
in用の条件が配列ではない場合の例外です。
コンストラクタの概要 | |
---|---|
NonArrayInConditionRuntimeException(java.lang.String conditionName,
java.lang.Class<?> valueClass)
NonArrayInConditionRuntimeException を作成します。 |
メソッドの概要 | |
---|---|
java.lang.String |
getConditionName()
条件名を返します。 |
java.lang.Class<?> |
getValueClass()
値のクラスを返します。 |
クラス org.seasar.framework.exception.SRuntimeException から継承されたメソッド |
---|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage |
クラス 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 |
コンストラクタの詳細 |
---|
public NonArrayInConditionRuntimeException(java.lang.String conditionName, java.lang.Class<?> valueClass)
NonArrayInConditionRuntimeException
を作成します。
conditionName
- 条件名valueClass
- 値のクラスメソッドの詳細 |
---|
public java.lang.String getConditionName()
public java.lang.Class<?> getValueClass()
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |