org.seasar.util.exception
クラス FieldNotStaticRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.util.exception.SRuntimeException
org.seasar.util.exception.FieldNotStaticRuntimeException
- すべての実装されたインタフェース:
- Serializable
public class FieldNotStaticRuntimeException
- extends SRuntimeException
オブジェクトを指定せずに非staticなField
にアクセスした場合にスローされる例外です。
- 作成者:
- koichik
- 関連項目:
- 直列化された形式
FieldNotStaticRuntimeException
public FieldNotStaticRuntimeException(Class<?> targetClass,
String fieldName)
FieldNotStaticRuntimeException
を作成します。
- パラメータ:
targetClass
- ターゲットクラスfieldName
- フィールド名
getTargetClass
public Class<?> getTargetClass()
- ターゲットクラスを返します。
- 戻り値:
- ターゲットクラス
getFieldName
public String getFieldName()
- フィールド名を返します。
- 戻り値:
- フィールド名
Copyright © 2010-2012 The Seasar Foundation. All Rights Reserved.