public class NoSuchConstructorRuntimeException extends SRuntimeException
Constructorが見つからない場合にスローされるNoSuchMethodExceptionをラップする例外です。| コンストラクタと説明 |
|---|
NoSuchConstructorRuntimeException(Class targetClass,
Class[] argTypes,
NoSuchMethodException cause)
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Class[] |
getArgTypes()
引数の型の配列を返します。
|
Class |
getTargetClass()
ターゲットのクラスを返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchConstructorRuntimeException(Class targetClass, Class[] argTypes, NoSuchMethodException cause)
targetClass - argTypes - cause - Copyright © 2015 The DBFlute Project. All rights reserved.