public class IllegalInitMethodAnnotationRuntimeException extends SRuntimeException
initメソッド・インジェクション定義が不正だった場合にスローされます。
アノテーションで指定されたメソッドが存在しない場合、 複数定義されている場合、 および引数が必要な場合に不正とみなされます。
ConstantAnnotationHandler,
直列化された形式| コンストラクタと説明 |
|---|
IllegalInitMethodAnnotationRuntimeException(Class componentClass,
String methodName)
IllegalInitMethodAnnotationRuntimeExceptionを構築します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.