クラス
org.seasar.framework.exception.NoSuchMethodRuntimeException の使用

NoSuchMethodRuntimeException を使用しているパッケージ
org.seasar.framework.util org.seasar.frameworkに対するユーティリティ機能を提供します。 
 

org.seasar.framework.util での NoSuchMethodRuntimeException の使用
 

NoSuchMethodRuntimeException をスローする org.seasar.framework.util のメソッド
static Method ClassUtil.getMethod(Class clazz, String methodName, Class[] argTypes)
          Methodを返します。
static Method ClassUtil.getDeclaredMethod(Class clazz, String methodName, Class[] argTypes)
          そのクラスに宣言されている Methodを返します。
 



Copyright © 2004-2012 The Seasar Foundation. All Rights Reserved.