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

NoSuchMethodRuntimeException を使用しているパッケージ
org.seasar.util.lang クラスやフィールド、メソッドなど扱うユーティリティを提供します。 
 

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

NoSuchMethodRuntimeException をスローする org.seasar.util.lang のメソッド
static Method ClassUtil.getDeclaredMethod(Class<?> clazz, String name, Class<?>... argTypes)
          Classオブジェクトが表すクラスまたはインタフェースの指定されたメンバメソッドをリフレクトするMethod オブジェクトを返します。
static Method ClassUtil.getMethod(Class<?> clazz, String name, Class<?>... argTypes)
          Classオブジェクトが表すクラスまたはインタフェースの指定されたpublicメンバメソッドをリフレクトする Methodオブジェクトを返します。
 



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