public class ConstructorNotFoundRuntimeException extends SRuntimeException
Constructorが見つからなかったときにスローされる例外Vです。| コンストラクタと説明 |
|---|
ConstructorNotFoundRuntimeException(Class targetClass,
Class[] paramTypes)
|
ConstructorNotFoundRuntimeException(Class targetClass,
Object[] methodArgs)
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object[] |
getMethodArgs()
メソッドの引数の配列を返します。
|
Class[] |
getParamTypes()
パラメータの型の配列を返します。
|
Class |
getTargetClass()
ターゲットのクラスを返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015 The DBFlute Project. All rights reserved.