jp.terasoluna.fw.dao
クラス IllegalClassTypeException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.springframework.core.NestedRuntimeException
                  上位を拡張 org.springframework.dao.DataAccessException
                      上位を拡張 jp.terasoluna.fw.dao.IllegalClassTypeException
すべての実装されたインタフェース:
Serializable

public class IllegalClassTypeException
extends org.springframework.dao.DataAccessException

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
 

フィールドの詳細

ERROR_ILLEGAL_CLASS_TYPE

public static final String ERROR_ILLEGAL_CLASS_TYPE
エラーメッセージ

関連項目:
定数フィールド値
コンストラクタの詳細

IllegalClassTypeException

public IllegalClassTypeException()
コンストラクタ。


IllegalClassTypeException

public IllegalClassTypeException(String message)
コンストラクタ。

パラメータ:
message - メッセージ

IllegalClassTypeException

public IllegalClassTypeException(Throwable cause)
コンストラクタ。

パラメータ:
cause - 原因となった例外

IllegalClassTypeException

public IllegalClassTypeException(String message,
                                 Throwable cause)
コンストラクタ。

パラメータ:
message - メッセージ
cause - 原因となった例外


Copyright © 2011. All Rights Reserved.