public class NoSuchFieldRuntimeException extends SRuntimeException
| コンストラクタと説明 |
|---|
NoSuchFieldRuntimeException(Class<?> targetClass,
String fieldName,
NoSuchFieldException cause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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)
Copyright © 2015–2019 The DBFlute Project. All rights reserved.