jp.liq.container.util
クラス InvocationException

java.lang.Object
  上位を拡張 java.lang.Throwable
      上位を拡張 java.lang.Exception
          上位を拡張 java.lang.RuntimeException
              上位を拡張 jp.liq.container.util.ContainerException
                  上位を拡張 jp.liq.container.util.InvocationException
すべての実装されたインタフェース:
java.io.Serializable

public class InvocationException
extends ContainerException

リフレクション APIの操作中に発生した例外をラップする。

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

入れ子のクラスの概要
static class InvocationException.Reason
          発生した例外の種別を示す。
 
フィールドの概要
 
クラス jp.liq.container.util.ContainerException から継承されたフィールド
LS
 
コンストラクタの概要
InvocationException(java.lang.Throwable cause, Member target, InvocationException.Reason reason)
          この例外のインスタンスを構築します。
 
メソッドの概要
 
クラス 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
 

コンストラクタの詳細

InvocationException

public InvocationException(java.lang.Throwable cause,
                           Member target,
                           InvocationException.Reason reason)
この例外のインスタンスを構築します。

パラメータ:
cause - 起因例外。
target - 例外を起こしたリフレクションAPI のラッパ
reason - 例外の理由。


Copyright © 2007 NTT DATA INTELLILINK CORPORATION. All Rights Reserved.