public class NoSuchMethodRuntimeException extends SRuntimeException
NoSuchMethodExceptionをラップする例外です。| コンストラクタと説明 |
|---|
NoSuchMethodRuntimeException(Class targetClass,
String methodName,
Class[] argTypes,
NoSuchMethodException cause)
NoSuchMethodRuntimeExceptionを作成します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class[] |
getArgTypes()
引数の型の配列を返します。
|
String |
getMethodName()
メソッド名を返します。
|
Class |
getTargetClass()
ターゲットのクラスを返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchMethodRuntimeException(Class targetClass, String methodName, Class[] argTypes, NoSuchMethodException cause)
NoSuchMethodRuntimeExceptionを作成します。targetClass - methodName - argTypes - cause - Copyright © 2015 The DBFlute Project. All rights reserved.