jp.liq.container.reflect
クラス ReflectException

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

public class ReflectException
extends AbstractException

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

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

入れ子のクラスの概要
static class ReflectException.Reason
          発生した例外の種別を示す。
 
フィールドの概要
 
クラス jp.liq.container.util.AbstractException から継承されたフィールド
LS
 
コンストラクタの概要
ReflectException(java.lang.Throwable cause)
           
ReflectException(java.lang.Throwable cause, java.lang.Enum<?> errCode, java.lang.Object... args)
           
ReflectException(java.lang.Throwable cause, Member target, ReflectException.Reason reason)
          この例外のインスタンスを構築します。
 
メソッドの概要
 
クラス jp.liq.container.util.AbstractException から継承されたメソッド
getErrorCode, getLocalizedMessage
 
クラス java.lang.Throwable から継承されたメソッド
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

ReflectException

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

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

ReflectException

public ReflectException(java.lang.Throwable cause,
                        java.lang.Enum<?> errCode,
                        java.lang.Object... args)

ReflectException

public ReflectException(java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.