org.seasar.util.exception
クラス InstantiationRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.util.exception.SRuntimeException
org.seasar.util.exception.InstantiationRuntimeException
- すべての実装されたインタフェース:
- Serializable
public class InstantiationRuntimeException
- extends SRuntimeException
InstantiationException
をラップする例外です。
- 作成者:
- higa
- 関連項目:
- 直列化された形式
InstantiationRuntimeException
public InstantiationRuntimeException(Class<?> targetClass,
InstantiationException cause)
InstantiationRuntimeException
を作成します。
- パラメータ:
targetClass
- ターゲットクラスcause
- 原因となった例外
initCause
public InstantiationRuntimeException initCause(Throwable cause)
- オーバーライド:
- クラス
Throwable
内の initCause
getTargetClass
public Class<?> getTargetClass()
- ターゲットクラスを返します。
- 戻り値:
- ターゲットクラス
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.