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