jp.terasoluna.fw.web.rich.context.exception
クラス IllegalContextPropertyClassTypeException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 jp.terasoluna.fw.web.rich.context.exception.IllegalContextPropertyClassTypeException
すべての実装されたインタフェース:
Serializable

public class IllegalContextPropertyClassTypeException
extends RuntimeException

取得する業務プロパティの型と指定された型が違った場合のRuntime例外クラス。

関連項目:
直列化された形式

フィールドの概要
static String ERROR_ILLEGAL_CLASS_TYPE
          エラーメッセージ
 
コンストラクタの概要
IllegalContextPropertyClassTypeException()
          コンストラクタ。
IllegalContextPropertyClassTypeException(String message)
          コンストラクタ。
IllegalContextPropertyClassTypeException(String message, Throwable cause)
          コンストラクタ。
IllegalContextPropertyClassTypeException(Throwable cause)
          コンストラクタ。
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
エラーメッセージ

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

IllegalContextPropertyClassTypeException

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


IllegalContextPropertyClassTypeException

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

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

IllegalContextPropertyClassTypeException

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

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

IllegalContextPropertyClassTypeException

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

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


Copyright © 2012. All Rights Reserved.