クラス
org.seasar.util.exception.InstantiationRuntimeException の使用

InstantiationRuntimeException を使用しているパッケージ
org.seasar.util.exception S2Utilがスローする例外を提供します。 
org.seasar.util.lang クラスやフィールド、メソッドなど扱うユーティリティを提供します。 
 

org.seasar.util.exception での InstantiationRuntimeException の使用
 

InstantiationRuntimeException を返す org.seasar.util.exception のメソッド
 InstantiationRuntimeException InstantiationRuntimeException.initCause(Throwable cause)
           
 

org.seasar.util.lang での InstantiationRuntimeException の使用
 

InstantiationRuntimeException をスローする org.seasar.util.lang のメソッド
static
<T> T
ClassUtil.newInstance(Class<T> clazz)
          指定されたクラスのデフォルトコンストラクタで、クラスの新しいインスタンスを作成および初期化します。
static
<T> T
ConstructorUtil.newInstance(Constructor<T> constructor, Object... args)
          指定された初期化パラメータで、コンストラクタの宣言クラスの新しいインスタンスを作成および初期化します。
static
<T> T
ClassUtil.newInstance(String className)
          指定されたクラスをコンテキストクラスローダから取得し、デフォルトコンストラクタで、クラスの新しいインスタンスを作成および初期化します。
static
<T> T
ClassUtil.newInstance(String className, ClassLoader loader)
          指定されたクラスを指定のクラスローダから取得し、デフォルトコンストラクタで、クラスの新しいインスタンスを作成および初期化します。
 



Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.