org.mtzky.reflect
クラス InvocationTargetRuntimeException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 org.mtzky.reflect.InvocationTargetRuntimeException
すべての実装されたインタフェース:
Serializable

public class InvocationTargetRuntimeException
extends RuntimeException

InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.

導入されたバージョン:
0.1.1
作成者:
mtzky
関連項目:
Method, Constructor, 直列化された形式

コンストラクタの概要
InvocationTargetRuntimeException(String message, Throwable cause)
           
InvocationTargetRuntimeException(Throwable cause)
           
 
メソッドの概要
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

InvocationTargetRuntimeException

public InvocationTargetRuntimeException(Throwable cause)
パラメータ:
cause -

InvocationTargetRuntimeException

public InvocationTargetRuntimeException(String message,
                                        Throwable cause)
パラメータ:
message -
cause -


Copyright (C) 2010-2011 Mtzky. AllRights Reserved.