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