public class IllegalMethodRuntimeException extends SRuntimeException
メソッド・インジェクションを実行した際に、 メソッドの引数として指定されたコンポーネントが見つからない場合や、 引数を適切な型に変換出来ない場合などに発生します。
MethodDef,
InitMethodDef,
DestroyMethodDef,
MethodAssembler,
AbstractMethodAssembler,
直列化された形式| コンストラクタと説明 |
|---|
IllegalMethodRuntimeException(Class componentClass,
String methodName,
Throwable cause)
IllegalMethodRuntimeExceptionを構築します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class |
getComponentClass()
不正なメソッド・インジェクション定義を含むコンポーネントのクラスを返します。
|
String |
getMethodName()
不正なメソッド・インジェクション定義のメソッド名を返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015 The DBFlute Project. All rights reserved.