|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException org.seasar.framework.exception.SRuntimeException org.seasar.framework.container.IllegalAutoBindingDefRuntimeException
不正な自動バインディング定義が指定された場合にスローされます。
AutoBindingDef
,
AutoBindingDefFactory.getAutoBindingDef(String)
,
直列化された形式コンストラクタの概要 | |
IllegalAutoBindingDefRuntimeException(java.lang.String autoBindingName)
IllegalAutoBindingDefRuntimeException を構築します。 |
メソッドの概要 | |
java.lang.String |
getAutoBindingName()
例外の原因となった不正な自動バインディング定義名を返します。 |
クラス 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 IllegalAutoBindingDefRuntimeException(java.lang.String autoBindingName)
IllegalAutoBindingDefRuntimeException
を構築します。
autoBindingName
- 指定された不正な自動バインディング定義名メソッドの詳細 |
public java.lang.String getAutoBindingName()
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |