org.ashikunep.irenka.dom
クラス IllegalGenericContextException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.ashikunep.irenka.world.IrenkaSoftException
                  上位を拡張 org.ashikunep.irenka.dom.IllegalGenericContextException
すべての実装されたインタフェース:
Serializable

public class IllegalGenericContextException
extends IrenkaSoftException

GenericContextStrategyが型コンテキストの適用に失敗したことを表す例外。

バージョン:
$Date: 2008-02-12 12:35:47 +0900 (火, 12 2月 2008) $
作成者:
Suguru ARAKAWA (Gluegent, Inc.)
関連項目:
直列化された形式

コンストラクタの概要
IllegalGenericContextException(CtTypeParameter<?> typeParam)
          インスタンスを生成する。
IllegalGenericContextException(CtTypeParameter<?> typeParam, String message)
          インスタンスを生成する。
IllegalGenericContextException(String message)
          インスタンスを生成する。
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

IllegalGenericContextException

public IllegalGenericContextException(CtTypeParameter<?> typeParam)
インスタンスを生成する。

パラメータ:
typeParam - 対象の型変数

IllegalGenericContextException

public IllegalGenericContextException(String message)
インスタンスを生成する。

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

IllegalGenericContextException

public IllegalGenericContextException(CtTypeParameter<?> typeParam,
                                      String message)
インスタンスを生成する。

パラメータ:
typeParam - 対象の型変数
message - メッセージ


Copyright 2007 the Seasar Foundation and the Others.