public class NoSuchFieldRuntimeException extends SRuntimeException
NoSuchFieldExceptionをラップする例外です。| コンストラクタと説明 |
|---|
NoSuchFieldRuntimeException(Class targetClass,
String fieldName,
NoSuchFieldException cause)
NoSuchFieldRuntimeExceptionを作成します。 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
getFieldName()
フィールド名を返します。
|
Class |
getTargetClass()
ターゲットのクラスを返します。
|
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchFieldRuntimeException(Class targetClass, String fieldName, NoSuchFieldException cause)
NoSuchFieldRuntimeExceptionを作成します。targetClass - fieldName - cause - Copyright © 2015 The DBFlute Project. All rights reserved.