|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
jp.terasoluna.fw.dao.IllegalClassTypeException
public class IllegalClassTypeException
QueryDAOインターフェースの配列変換時に例外が発生した場合のRuntime例外クラス。 引数のクラスと、戻り値の型が一致しない場合、 およびMapの配列変換時にDAO実装クラスから投げられる例外である。
フィールドの概要 | |
---|---|
static String |
ERROR_ILLEGAL_CLASS_TYPE
エラーメッセージ |
コンストラクタの概要 | |
---|---|
IllegalClassTypeException()
コンストラクタ。 |
|
IllegalClassTypeException(String message)
コンストラクタ。 |
|
IllegalClassTypeException(String message,
Throwable cause)
コンストラクタ。 |
|
IllegalClassTypeException(Throwable cause)
コンストラクタ。 |
メソッドの概要 |
---|
クラス org.springframework.core.NestedRuntimeException から継承されたメソッド |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
クラス 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 static final String ERROR_ILLEGAL_CLASS_TYPE
コンストラクタの詳細 |
---|
public IllegalClassTypeException()
public IllegalClassTypeException(String message)
message
- メッセージpublic IllegalClassTypeException(Throwable cause)
cause
- 原因となった例外public IllegalClassTypeException(String message, Throwable cause)
message
- メッセージcause
- 原因となった例外
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |