public class NoSuchConstructorRuntimeException extends SRuntimeException
| コンストラクタと説明 |
|---|
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)
Copyright © 2015 The DBFlute Project. All rights reserved.