public class LdiConstructorUtil extends Object
Constructor用のユーティリティクラスです。| 修飾子 | コンストラクタと説明 |
|---|---|
protected |
LdiConstructorUtil()
インスタンスを構築します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Object |
newInstance(Constructor constructor,
Object[] args)
新しいインスタンスを作成します。
|
public static Object newInstance(Constructor constructor, Object[] args) throws InstantiationRuntimeException, IllegalAccessRuntimeException, InvocationTargetRuntimeException
constructor - args - InstantiationRuntimeException - InstantiationExceptionが起こった場合IllegalAccessRuntimeException - IllegalAccessExceptionが起こった場合InvocationTargetRuntimeException - InvocationTargetExceptionが起こった場合Copyright © 2015 The DBFlute Project. All rights reserved.