jp.liq.container.vocabulary
クラス ReflectorException

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

public class ReflectorException
extends ContainerException

Reflector が クラスのメンバを取得する際に発生する例外です。

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

入れ子のクラスの概要
static class ReflectorException.Reason
          メンバの取得に失敗した原因です。
 
フィールドの概要
 
クラス jp.liq.container.util.ContainerException から継承されたフィールド
LS
 
コンストラクタの概要
ReflectorException(java.lang.Class<?> ownerClass, ReflectorException.Reason reason)
          このクラスの新しいインスタンスを構築します。
ReflectorException(java.lang.Throwable cause, java.lang.Class<?> ownerClass, ReflectorException.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
 

コンストラクタの詳細

ReflectorException

public ReflectorException(java.lang.Class<?> ownerClass,
                          ReflectorException.Reason reason)
このクラスの新しいインスタンスを構築します。

パラメータ:
ownerClass - 取得に失敗したメンバを保持するクラス。
reason - 失敗の理由。

ReflectorException

public ReflectorException(java.lang.Throwable cause,
                          java.lang.Class<?> ownerClass,
                          ReflectorException.Reason reason)
このクラスの新しいインスタンスを構築します。

パラメータ:
cause - 起因例外。
ownerClass - 取得に失敗したメンバを保持するクラス。
reason - 失敗の理由。


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