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