org.seasar.framework.beans
クラス MethodNotFoundRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.seasar.framework.exception.SRuntimeException
org.seasar.framework.beans.MethodNotFoundRuntimeException
- すべての実装インタフェース:
- Serializable
- public final class MethodNotFoundRuntimeException
- extends SRuntimeException
- 作成者:
- higa
- 関連項目:
- 直列化された形式
MethodNotFoundRuntimeException
public MethodNotFoundRuntimeException(Class targetClass,
String methodName,
Object[] methodArgs)
MethodNotFoundRuntimeException
public MethodNotFoundRuntimeException(Class targetClass,
String methodName,
Class[] methodArgClasses)
getTargetClass
public Class getTargetClass()
getMethodName
public String getMethodName()
getMethodArgClasses
public Class[] getMethodArgClasses()
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.