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
すべての実装インタフェース:
java.io.Serializable

public class MethodNotFoundRuntimeException
extends SRuntimeException

Methodが見つからなかったときにスローされる例外です。

作成者:
higa
関連項目:
直列化された形式

コンストラクタの概要
MethodNotFoundRuntimeException(java.lang.Class targetClass, java.lang.String methodName, java.lang.Class[] methodArgClasses)
          MethodNotFoundRuntimeExceptionを作成します。
MethodNotFoundRuntimeException(java.lang.Class targetClass, java.lang.String methodName, java.lang.Object[] methodArgs)
          MethodNotFoundRuntimeExceptionを作成します。
 
メソッドの概要
 java.lang.Class[] getMethodArgClasses()
          メソッドの引数のClassの配列を返します。
 java.lang.String getMethodName()
          メソッド名を返します。
 java.lang.Class getTargetClass()
          ターゲットのClassを返します。
 
クラス org.seasar.framework.exception.SRuntimeException から継承したメソッド
getArgs, getMessage, getMessageCode, getSimpleMessage, setMessage
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

MethodNotFoundRuntimeException

public MethodNotFoundRuntimeException(java.lang.Class targetClass,
                                      java.lang.String methodName,
                                      java.lang.Object[] methodArgs)
MethodNotFoundRuntimeExceptionを作成します。

パラメータ:
targetClass -
methodName -
methodArgs -

MethodNotFoundRuntimeException

public MethodNotFoundRuntimeException(java.lang.Class targetClass,
                                      java.lang.String methodName,
                                      java.lang.Class[] methodArgClasses)
MethodNotFoundRuntimeExceptionを作成します。

パラメータ:
targetClass -
methodName -
methodArgClasses -
メソッドの詳細

getTargetClass

public java.lang.Class getTargetClass()
ターゲットのClassを返します。

戻り値:
ターゲットのClass

getMethodName

public java.lang.String getMethodName()
メソッド名を返します。

戻り値:
メソッド名

getMethodArgClasses

public java.lang.Class[] getMethodArgClasses()
メソッドの引数のClassの配列を返します。

戻り値:
メソッドの引数のClassの配列


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